#B918B0

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

Shades of Deep Magenta #B918B0

Tints of Deep Magenta #B918B0

Color information

#B918B0 (or 0xB918B0) is unknown color: approx Deep Magenta. HEX triplet: B9, 18 and B0. RGB value is (185,24,176). Sum of RGB (Red+Green+Blue) = 185+24+176=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B918B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B918B0 is #46E74F. Grayscale: #595959. Windows color (decimal): -4646736 or 11540665. OLE color: 11540665.

HSL color Cylindrical-coordinate representation of color #B918B0: hue angle of 303.35º 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 #B918B0 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18524176-
CMYK00.870.050.27
HSL303.35º77.03%40.98%-
HSV(B)303.35º87.03%72.55%-
XYZ28.1714.142.31-
YUV89.47176.84196.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 24 (9.77% from 255) = 6.23%
BLUE value IS 176 (69.14% from 255) = 45.71%
R=48.05%
G=6.23%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852417600.870.050.27303.3577.0340.98
HexB918B005751B12f4d29
Octal27130260012753345711551
Binary10111001110001011000001010111101110111001011111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B918B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B918B0; }

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

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

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

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

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

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

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

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