#BD03B6

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

Shades of Deep Magenta #BD03B6

Tints of Deep Magenta #BD03B6

Color information

#BD03B6 (or 0xBD03B6) is unknown color: approx Deep Magenta. HEX triplet: BD, 03 and B6. RGB value is (189,3,182). Sum of RGB (Red+Green+Blue) = 189+3+182=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD03B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD03B6 is #42FC49. Grayscale: #4E4E4E. Windows color (decimal): -4389962 or 11928509. OLE color: 11928509.

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

Color convert

RGB1893182-
CMYK00.980.040.26
HSL302.26º96.88%37.65%-
HSV(B)302.26º98.41%74.12%-
XYZ29.4614.2645.46-
YUV79.02186.12206.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 3 (1.56% from 255) = 0.80%
BLUE value IS 182 (71.48% from 255) = 48.66%
R=50.53%
G=0.80%
B=48.66%

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
Decimal189318200.980.040.26302.2696.8837.65
HexBD3B606241A12e6126
Octal2753266014243245614146
Binary10111101111011011001100010100110101001011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD03B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD03B6; }

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

 H1.HeaderClassName
 {
   color: #BD03B6;
 }
 .AnyTagClassName
 {
   color: #BD03B6;
 }
</style>
background-color css

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

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

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

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

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

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