#BD06B0

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

Shades of Deep Magenta #BD06B0

Tints of Deep Magenta #BD06B0

Color information

#BD06B0 (or 0xBD06B0) is unknown color: approx Deep Magenta. HEX triplet: BD, 06 and B0. RGB value is (189,6,176). Sum of RGB (Red+Green+Blue) = 189+6+176=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD06B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD06B0 is #42F94F. Grayscale: #4F4F4F. Windows color (decimal): -4389200 or 11536061. OLE color: 11536061.

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

Color convert

RGB1896176-
CMYK00.970.070.26
HSL304.26º93.85%38.24%-
HSV(B)304.26º96.83%74.12%-
XYZ28.8914.0842.27-
YUV80.1182.13205.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 6 (2.73% from 255) = 1.62%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=50.94%
G=1.62%
B=47.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189617600.970.070.26304.2693.8538.24
HexBD6B006171A1305e26
Octal2756260014173246013646
Binary101111011101011000001100001111110101001100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD06B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD06B0; }

 p { color: rgb(189,6,176); }

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

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

 a { background-color: rgb(189,6,176); }

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

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

 span { border-color: rgb(189,6,176); }

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