Html Css Color HEX #BB66DC Medium Orchid

📋 copy color: '#BB66DC'

red 187 ◦ green 102 ◦ blue 220

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

Shades of Medium Orchid #BB66DC

Tints of Medium Orchid #BB66DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.04%

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 36.74%
G = 20.04%
B = 43.22%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB66DC (or 0xBB66DC) is known color: Medium Orchid. HEX triplet: BB, 66 and DC. RGB value is (187,102,220). Sum of RGB (Red+Green+Blue) = 187+102+220=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB66DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66DC is #449923. Grayscale: #8C8C8C. Windows color (decimal): -4495652 or 14444219. OLE color: 14444219.

HSL color Cylindrical-coordinate representation of color #BB66DC: hue angle of 283.22º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB66DC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 102 220 -
CMYK 0.15 0.54 0 0.14
HSL 283.22º 0.63% 0.63% -
HSV(B) 283.22º 0.54% 0.86% -
XYZ 38.16 25.23 70.57 -
YUV 140.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 187 102 220 0.15 0.54 0 0.14 283.22 0.63 0.63
Hex BB 66 DC F 36 0 E 11B 3F 3F
Octal 273 146 334 17 66 0 16 433 77 77
Binary 10111011 1100110 11011100 1111 110110 0 1110 100011011 111111 111111

Color Harmonies of #BB66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66DC

Black with #BB66DC

Text Example


Text Example

White with #BB66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66DC; }

 p { color: rgb(187,102,220); }

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

background-color css

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

 a { background-color: rgb(187,102,220); }

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

border-color css

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

 span { border-color: rgb(187,102,220); }

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