#B913BA

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

Shades of Deep Magenta #B913BA

Tints of Deep Magenta #B913BA

Color information

#B913BA (or 0xB913BA) is unknown color: approx Deep Magenta. HEX triplet: B9, 13 and BA. RGB value is (185,19,186). Sum of RGB (Red+Green+Blue) = 185+19+186=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #B913BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913BA is #46EC45. Grayscale: #575757. Windows color (decimal): -4648006 or 12194745. OLE color: 12194745.

HSL color Cylindrical-coordinate representation of color #B913BA: hue angle of 299.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B913BA is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18519186-
CMYK0.010.9000.27
HSL299.64º81.46%40.2%-
HSV(B)299.64º89.78%72.94%-
XYZ29.114.3347.69-
YUV87.67183.5197.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 19 (7.81% from 255) = 4.87%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=47.44%
G=4.87%
B=47.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185191860.010.9000.27299.6481.4640.2
HexB913BA15A01B12c5128
Octal27123272113203345412150
Binary101110011001110111010110110100110111001011001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B913BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B913BA; }

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

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

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

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

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

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

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

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