Html Css Color HEX #BB6EDE Medium Orchid

📋 copy color: '#BB6EDE'

red 187 ◦ green 110 ◦ blue 222

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

Shades of Medium Orchid #BB6EDE

Tints of Medium Orchid #BB6EDE

RGB

 RED value IS 187 (73.44% from 255) = 36.03%

 GREEN value IS 110 (43.36% from 255) = 21.19%

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 36.03%
G = 21.19%
B = 42.77%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB6EDE (or 0xBB6EDE) is known color: Medium Orchid. HEX triplet: BB, 6E and DE. RGB value is (187,110,222). Sum of RGB (Red+Green+Blue) = 187+110+222=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EDE is #449121. Grayscale: #919191. Windows color (decimal): -4493602 or 14577339. OLE color: 14577339.

HSL color Cylindrical-coordinate representation of color #BB6EDE: hue angle of 281.25º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB6EDE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 110 222 -
CMYK 0.16 0.50 0 0.13
HSL 281.25º 0.63% 0.65% -
HSV(B) 281.25º 0.5% 0.87% -
XYZ 39.25 26.99 72.25 -
YUV 145.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 187 110 222 0.16 0.50 0 0.13 281.25 0.63 0.65
Hex BB 6E DE 10 32 0 D 119 3F 41
Octal 273 156 336 20 62 0 15 431 77 101
Binary 10111011 1101110 11011110 10000 110010 0 1101 100011001 111111 1000001

Color Harmonies of #BB6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EDE

Black with #BB6EDE

Text Example


Text Example

White with #BB6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EDE; }

 p { color: rgb(187,110,222); }

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

background-color css

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

 a { background-color: rgb(187,110,222); }

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

border-color css

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

 span { border-color: rgb(187,110,222); }

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