#B90FA9

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

Shades of Deep Magenta #B90FA9

Tints of Deep Magenta #B90FA9

Color information

#B90FA9 (or 0xB90FA9) is unknown color: approx Deep Magenta. HEX triplet: B9, 0F and A9. RGB value is (185,15,169). Sum of RGB (Red+Green+Blue) = 185+15+169=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B90FA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90FA9 is #46F056. Grayscale: #525252. Windows color (decimal): -4649047 or 11079609. OLE color: 11079609.

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

Color convert

RGB18515169-
CMYK00.920.090.27
HSL305.65º85%39.22%-
HSV(B)305.65º91.89%72.55%-
XYZ27.3413.5238.7-
YUV83.39176.32200.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 15 (6.25% from 255) = 4.07%
BLUE value IS 169 (66.41% from 255) = 45.80%
R=50.14%
G=4.07%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851516900.920.090.27305.658539.22
HexB9FA905C91B1325527
Octal271172510134113346212547
Binary10111001111110101001010111001001110111001100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90FA9; }

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

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

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

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

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

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

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

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