#bd13cb

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

Shades of Deep Magenta #BD13CB

Tints of Deep Magenta #BD13CB

Color information

#BD13CB (or 0xBD13CB) is unknown color: approx Deep Magenta. HEX triplet: BD, 13 and CB. RGB value is (189,19,203). Sum of RGB (Red+Green+Blue) = 189+19+203=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD13CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13CB is #42EC34. Grayscale: #5A5A5A. Windows color (decimal): -4385845 or 13308861. OLE color: 13308861.

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

Color convert

RGB18919203-
CMYK0.070.9100.20
HSL295.43º82.88%43.53%-
HSV(B)295.43º90.64%79.61%-
XYZ3215.657.82-
YUV90.81191.32198.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 19 (7.81% from 255) = 4.62%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=45.99%
G=4.62%
B=49.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189192030.070.9100.20295.4382.8843.53
HexBD13CB75B014127532c
Octal27523313713302444712354
Binary10111101100111100101111110110110101001001001111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd13cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd13cb; }

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

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

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

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

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

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

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

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