Html Css Color HEX #BD0EAC Deep Magenta

📋 copy color: '#BD0EAC'

red 189 ◦ green 14 ◦ blue 172

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

Shades of Deep Magenta #BD0EAC

Tints of Deep Magenta #BD0EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.73%

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 50.4%
G = 3.73%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD0EAC (or 0xBD0EAC) is known color: Deep Magenta. HEX triplet: BD, 0E and AC. RGB value is (189,14,172). Sum of RGB (Red+Green+Blue) = 189+14+172=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0EAC is #42F153. Grayscale: #535353. Windows color (decimal): -4387156 or 11275965. OLE color: 11275965.

HSL color Cylindrical-coordinate representation of color #BD0EAC: hue angle of 305.83º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0EAC is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 14 172 -
CMYK 0 0.93 0.09 0.26
HSL 305.83º 0.86% 0.4% -
HSV(B) 305.83º 0.93% 0.74% -
XYZ 28.59 14.11 40.25 -
YUV 84.34 177.48 202.65 -
System Red Green Blue C M Y K H S L
Decimal 189 14 172 0 0.93 0.09 0.26 305.83 0.86 0.4
Hex BD E AC 0 5D 9 1A 132 56 28
Octal 275 16 254 0 135 11 32 462 126 50
Binary 10111101 1110 10101100 0 1011101 1001 11010 100110010 1010110 101000

Color Harmonies of #BD0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0EAC

Black with #BD0EAC

Text Example


Text Example

White with #BD0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0EAC; }

 p { color: rgb(189,14,172); }

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

background-color css

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

 a { background-color: rgb(189,14,172); }

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

border-color css

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

 span { border-color: rgb(189,14,172); }

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