#B918BD

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

Shades of Deep Magenta #B918BD

Tints of Deep Magenta #B918BD

Color information

#B918BD (or 0xB918BD) is unknown color: approx Deep Magenta. HEX triplet: B9, 18 and BD. RGB value is (185,24,189). Sum of RGB (Red+Green+Blue) = 185+24+189=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #B918BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918BD is #46E742. Grayscale: #5A5A5A. Windows color (decimal): -4646723 or 12392633. OLE color: 12392633.

HSL color Cylindrical-coordinate representation of color #B918BD: hue angle of 298.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B918BD is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18524189-
CMYK0.020.8700.26
HSL298.55º77.46%41.76%-
HSV(B)298.55º87.3%74.12%-
XYZ29.5214.6449.41-
YUV90.95183.34195.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 24 (9.77% from 255) = 6.03%
BLUE value IS 189 (74.22% from 255) = 47.49%
R=46.48%
G=6.03%
B=47.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185241890.020.8700.26298.5577.4641.76
HexB918BD25701A12b4d2a
Octal27130275212703245311552
Binary1011100111000101111011010101110110101001010111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B918BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B918BD; }

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

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

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

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

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

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

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

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