Html Css Color HEX #BD04A7 Deep Magenta

📋 copy color: '#BD04A7'

red 189 ◦ green 4 ◦ blue 167

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

Shades of Deep Magenta #BD04A7

Tints of Deep Magenta #BD04A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.39%

R = 52.5%
G = 1.11%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD04A7 (or 0xBD04A7) is known color: Deep Magenta. HEX triplet: BD, 04 and A7. RGB value is (189,4,167). Sum of RGB (Red+Green+Blue) = 189+4+167=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD04A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD04A7 is #42FB58. Grayscale: #4D4D4D. Windows color (decimal): -4389721 or 10945725. OLE color: 10945725.

HSL color Cylindrical-coordinate representation of color #BD04A7: hue angle of 307.14º 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 #BD04A7 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 4 167 -
CMYK 0 0.98 0.12 0.26
HSL 307.14º 0.96% 0.38% -
HSV(B) 307.14º 0.98% 0.74% -
XYZ 28 13.7 37.73 -
YUV 77.9 178.29 207.25 -
System Red Green Blue C M Y K H S L
Decimal 189 4 167 0 0.98 0.12 0.26 307.14 0.96 0.38
Hex BD 4 A7 0 62 C 1A 133 60 26
Octal 275 4 247 0 142 14 32 463 140 46
Binary 10111101 100 10100111 0 1100010 1100 11010 100110011 1100000 100110

Color Harmonies of #BD04A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04A7

Black with #BD04A7

Text Example


Text Example

White with #BD04A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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