Html Css Color HEX #BD0ADA Deep Magenta

📋 copy color: '#BD0ADA'

red 189 ◦ green 10 ◦ blue 218

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

Shades of Deep Magenta #BD0ADA

Tints of Deep Magenta #BD0ADA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.4%

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 45.32%
G = 2.4%
B = 52.28%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD0ADA (or 0xBD0ADA) is known color: Deep Magenta. HEX triplet: BD, 0A and DA. RGB value is (189,10,218). Sum of RGB (Red+Green+Blue) = 189+10+218=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD0ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0ADA is #42F525. Grayscale: #565656. Windows color (decimal): -4388134 or 14289597. OLE color: 14289597.

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

Color convert

RGB 189 10 218 -
CMYK 0.13 0.95 0 0.15
HSL 291.63º 0.91% 0.45% -
HSV(B) 291.63º 0.95% 0.85% -
XYZ 33.75 16.1 67.66 -
YUV 87.23 201.8 200.59 -
System Red Green Blue C M Y K H S L
Decimal 189 10 218 0.13 0.95 0 0.15 291.63 0.91 0.45
Hex BD A DA D 5F 0 F 124 5B 2D
Octal 275 12 332 15 137 0 17 444 133 55
Binary 10111101 1010 11011010 1101 1011111 0 1111 100100100 1011011 101101

Color Harmonies of #BD0ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0ADA

Black with #BD0ADA

Text Example


Text Example

White with #BD0ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0ADA; }

 p { color: rgb(189,10,218); }

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

background-color css

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

 a { background-color: rgb(189,10,218); }

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

border-color css

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

 span { border-color: rgb(189,10,218); }

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