#B91BB5

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

Shades of Deep Magenta #B91BB5

Tints of Deep Magenta #B91BB5

Color information

#B91BB5 (or 0xB91BB5) is unknown color: approx Deep Magenta. HEX triplet: B9, 1B and B5. RGB value is (185,27,181). Sum of RGB (Red+Green+Blue) = 185+27+181=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B91BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91BB5 is #46E44A. Grayscale: #5B5B5B. Windows color (decimal): -4645963 or 11869113. OLE color: 11869113.

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

Color convert

RGB18527181-
CMYK00.850.020.27
HSL301.52º74.53%41.57%-
HSV(B)301.52º85.41%72.55%-
XYZ28.7414.4344.99-
YUV91.8178.35194.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 27 (10.94% from 255) = 6.87%
BLUE value IS 181 (71.09% from 255) = 46.06%
R=47.07%
G=6.87%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852718100.850.020.27301.5274.5341.57
HexB91BB505521B12e4b2a
Octal27133265012523345611352
Binary1011100111011101101010101010110110111001011101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91BB5; }

 p { color: rgb(185,27,181); }

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

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

 a { background-color: rgb(185,27,181); }

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

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

 span { border-color: rgb(185,27,181); }

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