#BB6EDD

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

Shades of Medium Orchid #BB6EDD

Tints of Medium Orchid #BB6EDD

Color information

#BB6EDD (or 0xBB6EDD) is unknown color: approx Medium Orchid. HEX triplet: BB, 6E and DD. RGB value is (187,110,221). Sum of RGB (Red+Green+Blue) = 187+110+221=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EDD is #449122. Grayscale: #919191. Windows color (decimal): -4493603 or 14511803. OLE color: 14511803.

HSL color Cylindrical-coordinate representation of color #BB6EDD: hue angle of 281.62º degrees, saturation: 0.62, 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 #BB6EDD is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187110221-
CMYK0.150.5000.13
HSL281.62º62.01%64.9%-
HSV(B)281.62º50.23%86.67%-
XYZ39.1226.9471.54-
YUV145.68170.51157.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 110 (43.36% from 255) = 21.24%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=36.10%
G=21.24%
B=42.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871102210.150.5000.13281.6262.0164.9
HexBB6EDDF320D11a3e41
Octal273156335176201543276101
Binary101110111101110110111011111110010011011000110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6EDD; }

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

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

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

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

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

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

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

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