Html Css Color HEX #BD04AF Deep Magenta

📋 copy color: '#BD04AF'

red 189 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #BD04AF

Tints of Deep Magenta #BD04AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

 BLUE value IS 175 (68.75% from 255) = 47.55%

R = 51.36%
G = 1.09%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD04AF (or 0xBD04AF) is known color: Deep Magenta. HEX triplet: BD, 04 and AF. RGB value is (189,4,175). Sum of RGB (Red+Green+Blue) = 189+4+175=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD04AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD04AF is #42FB50. Grayscale: #4E4E4E. Windows color (decimal): -4389713 or 11470013. OLE color: 11470013.

HSL color Cylindrical-coordinate representation of color #BD04AF: hue angle of 304.54º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD04AF is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 4 175 -
CMYK 0 0.98 0.07 0.26
HSL 304.54º 0.96% 0.38% -
HSV(B) 304.54º 0.98% 0.74% -
XYZ 28.77 14 41.74 -
YUV 78.81 182.29 206.6 -
System Red Green Blue C M Y K H S L
Decimal 189 4 175 0 0.98 0.07 0.26 304.54 0.96 0.38
Hex BD 4 AF 0 62 7 1A 131 60 26
Octal 275 4 257 0 142 7 32 461 140 46
Binary 10111101 100 10101111 0 1100010 111 11010 100110001 1100000 100110

Color Harmonies of #BD04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04AF

Black with #BD04AF

Text Example


Text Example

White with #BD04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04AF; }

 p { color: rgb(189,4,175); }

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

background-color css

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

 a { background-color: rgb(189,4,175); }

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

border-color css

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

 span { border-color: rgb(189,4,175); }

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