#BD04B6

Color #BD04B6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BD04B6

Tints of Deep Magenta #BD04B6

Color information

#BD04B6 (or 0xBD04B6) is unknown color: approx 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

RGB1894182-
CMYK00.980.040.26
HSL302.27º95.85%37.84%-
HSV(B)302.27º97.88%74.12%-
XYZ29.4714.2845.46-
YUV79.61185.79206.03-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189418200.980.040.26302.2795.8537.84
HexBD4B606241A12e6026
Octal2754266014243245614046
Binary101111011001011011001100010100110101001011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD04B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>