#B913BD

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

Shades of Deep Magenta #B913BD

Tints of Deep Magenta #B913BD

Color information

#B913BD (or 0xB913BD) is unknown color: approx Deep Magenta. HEX triplet: B9, 13 and BD. RGB value is (185,19,189). Sum of RGB (Red+Green+Blue) = 185+19+189=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #B913BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913BD is #46EC42. Grayscale: #575757. Windows color (decimal): -4648003 or 12391353. OLE color: 12391353.

HSL color Cylindrical-coordinate representation of color #B913BD: hue angle of 298.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B913BD is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18519189-
CMYK0.020.9000.26
HSL298.59º81.73%40.78%-
HSV(B)298.59º89.95%74.12%-
XYZ29.4314.4549.38-
YUV88.01185197.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 19 (7.81% from 255) = 4.83%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=47.07%
G=4.83%
B=48.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185191890.020.9000.26298.5981.7340.78
HexB913BD25A01A12b5229
Octal27123275213203245312251
Binary1011100110011101111011010110100110101001010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B913BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B913BD; }

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

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

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

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

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

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

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

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