#BB6ED3

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

Shades of Medium Orchid #BB6ED3

Tints of Medium Orchid #BB6ED3

Color information

#BB6ED3 (or 0xBB6ED3) is unknown color: approx Medium Orchid. HEX triplet: BB, 6E and D3. RGB value is (187,110,211). Sum of RGB (Red+Green+Blue) = 187+110+211=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB6ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ED3 is #44912C. Grayscale: #909090. Windows color (decimal): -4493613 or 13856443. OLE color: 13856443.

HSL color Cylindrical-coordinate representation of color #BB6ED3: hue angle of 285.74º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6ED3 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187110211-
CMYK0.110.4800.17
HSL285.74º53.44%62.94%-
HSV(B)285.74º47.87%82.75%-
XYZ37.8326.4264.73-
YUV144.54165.51158.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 110 (43.36% from 255) = 21.65%
BLUE value IS 211 (82.81% from 255) = 41.54%
R=36.81%
G=21.65%
B=41.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871102110.110.4800.17285.7453.4462.94
HexBB6ED3B3001111e353f
Octal27315632313600214366577
Binary101110111101110110100111011110000010001100011110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6ED3; }

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

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

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

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

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

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

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

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