#BD2ADC

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

Shades of Dark Orchid #BD2ADC

Tints of Dark Orchid #BD2ADC

Color information

#BD2ADC (or 0xBD2ADC) is unknown color: approx Dark Orchid. HEX triplet: BD, 2A and DC. RGB value is (189,42,220). Sum of RGB (Red+Green+Blue) = 189+42+220=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ADC is #42D523. Grayscale: #696969. Windows color (decimal): -4379940 or 14428861. OLE color: 14428861.

HSL color Cylindrical-coordinate representation of color #BD2ADC: hue angle of 289.55º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2ADC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18942220-
CMYK0.140.8100.14
HSL289.55º71.77%51.37%-
HSV(B)289.55º80.91%86.27%-
XYZ34.7317.6469.28-
YUV106.24192.2187.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 42 (16.80% from 255) = 9.31%
BLUE value IS 220 (86.33% from 255) = 48.78%
R=41.91%
G=9.31%
B=48.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal189422200.140.8100.14289.5571.7751.37
HexBD2ADCE510E1224833
Octal275523341612101644211063
Binary101111011010101101110011101010001011101001000101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2ADC; }

 p { color: rgb(189,42,220); }

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

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

 a { background-color: rgb(189,42,220); }

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

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

 span { border-color: rgb(189,42,220); }

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