Html Css Color HEX #BD2AD9 Dark Orchid

📋 copy color: '#BD2AD9'

red 189 ◦ green 42 ◦ blue 217

#BD2AD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #BD2AD9

Tints of Dark Orchid #BD2AD9

RGB

 RED value IS 189 (74.22% from 255) = 42.19%

 GREEN value IS 42 (16.8% from 255) = 9.38%

 BLUE value IS 217 (85.16% from 255) = 48.44%

R = 42.19%
G = 9.38%
B = 48.44%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD2AD9 (or 0xBD2AD9) is known color: Dark Orchid. HEX triplet: BD, 2A and D9. RGB value is (189,42,217). Sum of RGB (Red+Green+Blue) = 189+42+217=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD2AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2AD9 is #42D526. Grayscale: #696969. Windows color (decimal): -4379943 or 14232253. OLE color: 14232253.

HSL color Cylindrical-coordinate representation of color #BD2AD9: hue angle of 290.4º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2AD9 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 42 217 -
CMYK 0.13 0.81 0 0.15
HSL 290.4º 0.7% 0.51% -
HSV(B) 290.4º 0.81% 0.85% -
XYZ 34.34 17.48 67.21 -
YUV 105.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 189 42 217 0.13 0.81 0 0.15 290.4 0.7 0.51
Hex BD 2A D9 D 51 0 F 122 46 33
Octal 275 52 331 15 121 0 17 442 106 63
Binary 10111101 101010 11011001 1101 1010001 0 1111 100100010 1000110 110011

Color Harmonies of #BD2AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2AD9

Black with #BD2AD9

Text Example


Text Example

White with #BD2AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2AD9; }

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

 H1.HeaderClassName
 {
   color: #BD2AD9;
 }
 .AnyTagClassName
 {
   color: #BD2AD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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