#BD06B1

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

Shades of Deep Magenta #BD06B1

Tints of Deep Magenta #BD06B1

Color information

#BD06B1 (or 0xBD06B1) is unknown color: approx Deep Magenta. HEX triplet: BD, 06 and B1. RGB value is (189,6,177). Sum of RGB (Red+Green+Blue) = 189+6+177=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD06B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD06B1 is #42F94E. Grayscale: #4F4F4F. Windows color (decimal): -4389199 or 11601597. OLE color: 11601597.

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

Color convert

RGB1896177-
CMYK00.970.060.26
HSL303.93º93.85%38.24%-
HSV(B)303.93º96.83%74.12%-
XYZ28.9914.1242.79-
YUV80.21182.63205.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 6 (2.73% from 255) = 1.61%
BLUE value IS 177 (69.53% from 255) = 47.58%
R=50.81%
G=1.61%
B=47.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189617700.970.060.26303.9393.8538.24
HexBD6B106161A1305e26
Octal2756261014163246013646
Binary101111011101011000101100001110110101001100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD06B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD06B1; }

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

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

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

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

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

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

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

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