#B91AAE

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

Shades of Deep Magenta #B91AAE

Tints of Deep Magenta #B91AAE

Color information

#B91AAE (or 0xB91AAE) is unknown color: approx Deep Magenta. HEX triplet: B9, 1A and AE. RGB value is (185,26,174). Sum of RGB (Red+Green+Blue) = 185+26+174=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B91AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91AAE is #46E551. Grayscale: #595959. Windows color (decimal): -4646226 or 11410105. OLE color: 11410105.

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

Color convert

RGB18526174-
CMYK00.860.060.27
HSL304.15º75.36%41.37%-
HSV(B)304.15º85.95%72.55%-
XYZ28.0214.1141.29-
YUV90.41175.18195.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 26 (10.55% from 255) = 6.75%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=48.05%
G=6.75%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852617400.860.060.27304.1575.3641.37
HexB91AAE05661B1304b29
Octal27132256012663346011351
Binary10111001110101010111001010110110110111001100001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91AAE; }

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

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

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

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

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

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

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

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