Html Css Color HEX #BE50DD Medium Orchid

📋 copy color: '#BE50DD'

red 190 ◦ green 80 ◦ blue 221

#BE50DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BE50DD

Tints of Medium Orchid #BE50DD

RGB

 RED value IS 190 (74.61% from 255) = 38.7%

 GREEN value IS 80 (31.64% from 255) = 16.29%

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 38.7%
G = 16.29%
B = 45.01%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE50DD (or 0xBE50DD) is known color: Medium Orchid. HEX triplet: BE, 50 and DD. RGB value is (190,80,221). Sum of RGB (Red+Green+Blue) = 190+80+221=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50DD is #41AF22. Grayscale: #808080. Windows color (decimal): -4304675 or 14504126. OLE color: 14504126.

HSL color Cylindrical-coordinate representation of color #BE50DD: hue angle of 286.81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE50DD is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 80 221 -
CMYK 0.14 0.64 0 0.13
HSL 286.81º 0.67% 0.59% -
HSV(B) 286.81º 0.64% 0.87% -
XYZ 37.16 21.9 70.68 -
YUV 128.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 190 80 221 0.14 0.64 0 0.13 286.81 0.67 0.59
Hex BE 50 DD E 40 0 D 11F 43 3B
Octal 276 120 335 16 100 0 15 437 103 73
Binary 10111110 1010000 11011101 1110 1000000 0 1101 100011111 1000011 111011

Color Harmonies of #BE50DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50DD

Black with #BE50DD

Text Example


Text Example

White with #BE50DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50DD; }

 p { color: rgb(190,80,221); }

 H1.HeaderClassName
 {
   color: #BE50DD;
 }
 .AnyTagClassName
 {
   color: #BE50DD;
 }
</style>

background-color css

<style>
 a { background-color: #BE50DD; }

 a { background-color: rgb(190,80,221); }

 div.DivClassName
 {
   background-color: #BE50DD;
 }
 .BgClassName
 {
   background-color: #BE50DD;
 }
</style>

border-color css

<style>
 span { border-color: #BE50DD; }

 span { border-color: rgb(190,80,221); }

 td.TdClassName
 {
   border-color: #BE50DD;
 }
 .TagClassName
 {
   border-color: #BE50DD;
 }
</style>