#BD2CD1

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

Shades of Dark Orchid #BD2CD1

Tints of Dark Orchid #BD2CD1

Color information

#BD2CD1 (or 0xBD2CD1) is unknown color: approx Dark Orchid. HEX triplet: BD, 2C and D1. RGB value is (189,44,209). Sum of RGB (Red+Green+Blue) = 189+44+209=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD2CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CD1 is #42D32E. Grayscale: #696969. Windows color (decimal): -4379439 or 13708477. OLE color: 13708477.

HSL color Cylindrical-coordinate representation of color #BD2CD1: hue angle of 292.73º 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 #BD2CD1 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18944209-
CMYK0.100.7900.18
HSL292.73º65.22%49.61%-
HSV(B)292.73º78.95%81.96%-
XYZ33.417.2261.89-
YUV106.16186.04187.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 44 (17.58% from 255) = 9.95%
BLUE value IS 209 (82.03% from 255) = 47.29%
R=42.76%
G=9.95%
B=47.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189442090.100.7900.18292.7365.2249.61
HexBD2CD1A4F0121254132
Octal275543211211702244510162
Binary1011110110110011010001101010011110100101001001011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2CD1; }

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

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

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

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

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

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

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

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