Html Css Color HEX #BD0FAC Deep Magenta

📋 copy color: '#BD0FAC'

red 189 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #BD0FAC

Tints of Deep Magenta #BD0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.99%

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

R = 50.27%
G = 3.99%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD0FAC (or 0xBD0FAC) is known color: Deep Magenta. HEX triplet: BD, 0F and AC. RGB value is (189,15,172). Sum of RGB (Red+Green+Blue) = 189+15+172=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0FAC is #42F053. Grayscale: #545454. Windows color (decimal): -4386900 or 11276221. OLE color: 11276221.

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

Color convert

RGB 189 15 172 -
CMYK 0 0.92 0.09 0.26
HSL 305.86º 0.85% 0.4% -
HSV(B) 305.86º 0.92% 0.74% -
XYZ 28.6 14.14 40.25 -
YUV 84.92 177.15 202.23 -
System Red Green Blue C M Y K H S L
Decimal 189 15 172 0 0.92 0.09 0.26 305.86 0.85 0.4
Hex BD F AC 0 5C 9 1A 132 55 28
Octal 275 17 254 0 134 11 32 462 125 50
Binary 10111101 1111 10101100 0 1011100 1001 11010 100110010 1010101 101000

Color Harmonies of #BD0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0FAC

Black with #BD0FAC

Text Example


Text Example

White with #BD0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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