Html Css Color HEX #BB66E6 Medium Orchid

📋 copy color: '#BB66E6'

red 187 ◦ green 102 ◦ blue 230

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

Shades of Medium Orchid #BB66E6

Tints of Medium Orchid #BB66E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.32%

R = 36.03%
G = 19.65%
B = 44.32%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB66E6 (or 0xBB66E6) is known color: Medium Orchid. HEX triplet: BB, 66 and E6. RGB value is (187,102,230). Sum of RGB (Red+Green+Blue) = 187+102+230=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB66E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66E6 is #449919. Grayscale: #8D8D8D. Windows color (decimal): -4495642 or 15099579. OLE color: 15099579.

HSL color Cylindrical-coordinate representation of color #BB66E6: hue angle of 279.84º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB66E6 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 102 230 -
CMYK 0.19 0.56 0 0.10
HSL 279.84º 0.72% 0.65% -
HSV(B) 279.84º 0.56% 0.9% -
XYZ 39.53 25.78 77.76 -
YUV 142.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 187 102 230 0.19 0.56 0 0.10 279.84 0.72 0.65
Hex BB 66 E6 13 38 0 A 118 48 41
Octal 273 146 346 23 70 0 12 430 110 101
Binary 10111011 1100110 11100110 10011 111000 0 1010 100011000 1001000 1000001

Color Harmonies of #BB66E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66E6

Black with #BB66E6

Text Example


Text Example

White with #BB66E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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