#BD09CB

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

Shades of Deep Magenta #BD09CB

Tints of Deep Magenta #BD09CB

Color information

#BD09CB (or 0xBD09CB) is unknown color: approx Deep Magenta. HEX triplet: BD, 09 and CB. RGB value is (189,9,203). Sum of RGB (Red+Green+Blue) = 189+9+203=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD09CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09CB is #42F634. Grayscale: #545454. Windows color (decimal): -4388405 or 13306301. OLE color: 13306301.

HSL color Cylindrical-coordinate representation of color #BD09CB: hue angle of 295.67º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD09CB is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1899203-
CMYK0.070.9600.20
HSL295.67º91.51%41.57%-
HSV(B)295.67º95.57%79.61%-
XYZ31.8615.3357.78-
YUV84.94194.63202.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 9 (3.91% from 255) = 2.24%
BLUE value IS 203 (79.69% from 255) = 50.62%
R=47.13%
G=2.24%
B=50.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal18992030.070.9600.20295.6791.5141.57
HexBD9CB7600141285c2a
Octal27511313714002445013452
Binary1011110110011100101111111000000101001001010001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD09CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD09CB; }

 p { color: rgb(189,9,203); }

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

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

 a { background-color: rgb(189,9,203); }

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

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

 span { border-color: rgb(189,9,203); }

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