#B91AB8

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

Shades of Deep Magenta #B91AB8

Tints of Deep Magenta #B91AB8

Color information

#B91AB8 (or 0xB91AB8) is unknown color: approx Deep Magenta. HEX triplet: B9, 1A and B8. RGB value is (185,26,184). Sum of RGB (Red+Green+Blue) = 185+26+184=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B91AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91AB8 is #46E547. Grayscale: #5B5B5B. Windows color (decimal): -4646216 or 12065465. OLE color: 12065465.

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

Color convert

RGB18526184-
CMYK00.860.010.27
HSL300.38º75.36%41.37%-
HSV(B)300.38º85.95%72.55%-
XYZ29.0314.5146.62-
YUV91.55180.18194.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 26 (10.55% from 255) = 6.58%
BLUE value IS 184 (72.27% from 255) = 46.58%
R=46.84%
G=6.58%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852618400.860.010.27300.3875.3641.37
HexB91AB805611B12c4b29
Octal27132270012613345411351
Binary101110011101010111000010101101110111001011001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91AB8; }

 p { color: rgb(185,26,184); }

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

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

 a { background-color: rgb(185,26,184); }

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

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

 span { border-color: rgb(185,26,184); }

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