Html Css Color HEX #BD04B6 Deep Magenta

📋 copy color: '#BD04B6'

red 189 ◦ green 4 ◦ blue 182

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

Shades of Deep Magenta #BD04B6

Tints of Deep Magenta #BD04B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.53%

R = 50.4%
G = 1.07%
B = 48.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD04B6 (or 0xBD04B6) is known color: Deep Magenta. HEX triplet: BD, 04 and B6. RGB value is (189,4,182). Sum of RGB (Red+Green+Blue) = 189+4+182=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD04B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04B6 is #42FB49. Grayscale: #4F4F4F. Windows color (decimal): -4389706 or 11928765. OLE color: 11928765.

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

Color convert

RGB 189 4 182 -
CMYK 0 0.98 0.04 0.26
HSL 302.27º 0.96% 0.38% -
HSV(B) 302.27º 0.98% 0.74% -
XYZ 29.47 14.28 45.46 -
YUV 79.61 185.79 206.03 -
System Red Green Blue C M Y K H S L
Decimal 189 4 182 0 0.98 0.04 0.26 302.27 0.96 0.38
Hex BD 4 B6 0 62 4 1A 12E 60 26
Octal 275 4 266 0 142 4 32 456 140 46
Binary 10111101 100 10110110 0 1100010 100 11010 100101110 1100000 100110

Color Harmonies of #BD04B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04B6

Black with #BD04B6

Text Example


Text Example

White with #BD04B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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