#BB66ED

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

Shades of Medium Orchid #BB66ED

Tints of Medium Orchid #BB66ED

Color information

#BB66ED (or 0xBB66ED) is unknown color: approx Medium Orchid. HEX triplet: BB, 66 and ED. RGB value is (187,102,237). Sum of RGB (Red+Green+Blue) = 187+102+237=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66ED is #449912. Grayscale: #8E8E8E. Windows color (decimal): -4495635 or 15558331. OLE color: 15558331.

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

Color convert

RGB187102237-
CMYK0.210.5700.07
HSL277.78º78.95%66.47%-
HSV(B)277.78º56.96%92.94%-
XYZ40.5326.1883.04-
YUV142.8181.16159.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 102 (40.23% from 255) = 19.39%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=35.55%
G=19.39%
B=45.06%

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
Decimal1871022370.210.5700.07277.7878.9566.47
HexBB66ED1539071164f42
Octal273146355257107426117102
Binary1011101111001101110110110101111001011110001011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB66ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB66ED; }

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

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

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

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

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

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

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

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