#BB6ED1

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

Shades of Medium Orchid #BB6ED1

Tints of Medium Orchid #BB6ED1

Color information

#BB6ED1 (or 0xBB6ED1) is unknown color: approx Medium Orchid. HEX triplet: BB, 6E and D1. RGB value is (187,110,209). Sum of RGB (Red+Green+Blue) = 187+110+209=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB6ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ED1 is #44912E. Grayscale: #8F8F8F. Windows color (decimal): -4493615 or 13725371. OLE color: 13725371.

HSL color Cylindrical-coordinate representation of color #BB6ED1: hue angle of 286.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6ED1 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187110209-
CMYK0.110.4700.18
HSL286.67º51.83%62.55%-
HSV(B)286.67º47.37%81.96%-
XYZ37.5826.3263.42-
YUV144.31164.51158.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 110 (43.36% from 255) = 21.74%
BLUE value IS 209 (82.03% from 255) = 41.30%
R=36.96%
G=21.74%
B=41.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871102090.110.4700.18286.6751.8362.55
HexBB6ED1B2F01211f343f
Octal27315632113570224376477
Binary101110111101110110100011011101111010010100011111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6ED1; }

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

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

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

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

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

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

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

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