#bd2bd0

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

Shades of Dark Orchid #BD2BD0

Tints of Dark Orchid #BD2BD0

Color information

#BD2BD0 (or 0xBD2BD0) is unknown color: approx Dark Orchid. HEX triplet: BD, 2B and D0. RGB value is (189,43,208). Sum of RGB (Red+Green+Blue) = 189+43+208=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD2BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BD0 is #42D42F. Grayscale: #686868. Windows color (decimal): -4379696 or 13642685. OLE color: 13642685.

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

Color convert

RGB18943208-
CMYK0.090.7900.18
HSL293.09º65.74%49.22%-
HSV(B)293.09º79.33%81.57%-
XYZ33.2417.161.22-
YUV105.46185.87187.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 43 (17.19% from 255) = 9.77%
BLUE value IS 208 (81.64% from 255) = 47.27%
R=42.95%
G=9.77%
B=47.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189432080.090.7900.18293.0965.7449.22
HexBD2BD094F0121254231
Octal275533201111702244510261
Binary1011110110101111010000100110011110100101001001011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd2bd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd2bd0; }

 p { color: rgb(189,43,208); }

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

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

 a { background-color: rgb(189,43,208); }

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

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

 span { border-color: rgb(189,43,208); }

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