#B90CA9

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

Shades of Deep Magenta #B90CA9

Tints of Deep Magenta #B90CA9

Color information

#B90CA9 (or 0xB90CA9) is unknown color: approx Deep Magenta. HEX triplet: B9, 0C and A9. RGB value is (185,12,169). Sum of RGB (Red+Green+Blue) = 185+12+169=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 169 (66.41% from 255 or 46.17% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B90CA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90CA9 is #46F356. Grayscale: #515151. Windows color (decimal): -4649815 or 11078841. OLE color: 11078841.

HSL color Cylindrical-coordinate representation of color #B90CA9: hue angle of 305.55º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90CA9 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18512169-
CMYK00.940.090.27
HSL305.55º87.82%38.63%-
HSV(B)305.55º93.51%72.55%-
XYZ27.313.4438.69-
YUV81.62177.31201.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 12 (5.08% from 255) = 3.28%
BLUE value IS 169 (66.41% from 255) = 46.17%
R=50.55%
G=3.28%
B=46.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851216900.940.090.27305.5587.8238.63
HexB9CA905E91B1325827
Octal271142510136113346213047
Binary10111001110010101001010111101001110111001100101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90CA9; }

 p { color: rgb(185,12,169); }

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

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

 a { background-color: rgb(185,12,169); }

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

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

 span { border-color: rgb(185,12,169); }

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