#bb66ee

Color #BB66EE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB66EE

Tints of Medium Orchid #BB66EE

Color information

#BB66EE (or 0xBB66EE) is unknown color: approx Medium Orchid. HEX triplet: BB, 66 and EE. RGB value is (187,102,238). Sum of RGB (Red+Green+Blue) = 187+102+238=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66EE is #449911. Grayscale: #8E8E8E. Windows color (decimal): -4495634 or 15623867. OLE color: 15623867.

HSL color Cylindrical-coordinate representation of color #BB66EE: hue angle of 277.5º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB66EE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187102238-
CMYK0.210.5700.07
HSL277.5º80%66.67%-
HSV(B)277.5º57.14%93.33%-
XYZ40.6826.2483.81-
YUV142.92181.66159.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 102 (40.23% from 255) = 19.35%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=35.48%
G=19.35%
B=45.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871022380.210.5700.07277.58066.67
HexBB66EE1539071165043
Octal273146356257107426120103
Binary1011101111001101110111010101111001011110001011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb66ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb66ee; }

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

 H1.HeaderClassName
 {
   color: #bb66ee;
 }
 .AnyTagClassName
 {
   color: #bb66ee;
 }
</style>
background-color css

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

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

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

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

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

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