#B91EB1

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

Shades of Deep Magenta #B91EB1

Tints of Deep Magenta #B91EB1

Color information

#B91EB1 (or 0xB91EB1) is unknown color: approx Deep Magenta. HEX triplet: B9, 1E and B1. RGB value is (185,30,177). Sum of RGB (Red+Green+Blue) = 185+30+177=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B91EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91EB1 is #46E14E. Grayscale: #5C5C5C. Windows color (decimal): -4645199 or 11607737. OLE color: 11607737.

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

Color convert

RGB18530177-
CMYK00.840.040.27
HSL303.1º72.09%42.16%-
HSV(B)303.1º83.78%72.55%-
XYZ28.4114.4242.88-
YUV93.1175.35193.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 30 (12.11% from 255) = 7.65%
BLUE value IS 177 (69.53% from 255) = 45.15%
R=47.19%
G=7.65%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853017700.840.040.27303.172.0942.16
HexB91EB105441B12f482a
Octal27136261012443345711052
Binary10111001111101011000101010100100110111001011111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91EB1; }

 p { color: rgb(185,30,177); }

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

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

 a { background-color: rgb(185,30,177); }

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

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

 span { border-color: rgb(185,30,177); }

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