#B918BA

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

Shades of Deep Magenta #B918BA

Tints of Deep Magenta #B918BA

Color information

#B918BA (or 0xB918BA) is unknown color: approx Deep Magenta. HEX triplet: B9, 18 and BA. RGB value is (185,24,186). Sum of RGB (Red+Green+Blue) = 185+24+186=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #B918BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918BA is #46E745. Grayscale: #5A5A5A. Windows color (decimal): -4646726 or 12196025. OLE color: 12196025.

HSL color Cylindrical-coordinate representation of color #B918BA: hue angle of 299.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B918BA is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18524186-
CMYK0.010.8700.27
HSL299.63º77.14%41.18%-
HSV(B)299.63º87.1%72.94%-
XYZ29.214.5147.72-
YUV90.61181.84195.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 24 (9.77% from 255) = 6.08%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=46.84%
G=6.08%
B=47.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185241860.010.8700.27299.6377.1441.18
HexB918BA15701B12c4d29
Octal27130272112703345411551
Binary101110011100010111010110101110110111001011001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B918BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B918BA; }

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

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

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

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

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

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

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

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