#bb2cd1

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

Shades of Dark Orchid #BB2CD1

Tints of Dark Orchid #BB2CD1

Color information

#BB2CD1 (or 0xBB2CD1) is unknown color: approx Dark Orchid. HEX triplet: BB, 2C and D1. RGB value is (187,44,209). Sum of RGB (Red+Green+Blue) = 187+44+209=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB2CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CD1 is #44D32E. Grayscale: #696969. Windows color (decimal): -4510511 or 13708475. OLE color: 13708475.

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

Color convert

RGB18744209-
CMYK0.110.7900.18
HSL292º65.22%49.61%-
HSV(B)292º78.95%81.96%-
XYZ32.916.9761.86-
YUV105.57186.38186.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 44 (17.58% from 255) = 10%
BLUE value IS 209 (82.03% from 255) = 47.5%
R=42.5%
G=10%
B=47.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187442090.110.7900.1829265.2249.61
HexBB2CD1B4F0121244132
Octal273543211311702244410162
Binary1011101110110011010001101110011110100101001001001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2cd1; }

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

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

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

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

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

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

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

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