#B90FB5

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

Shades of Deep Magenta #B90FB5

Tints of Deep Magenta #B90FB5

Color information

#B90FB5 (or 0xB90FB5) is unknown color: approx Deep Magenta. HEX triplet: B9, 0F and B5. RGB value is (185,15,181). Sum of RGB (Red+Green+Blue) = 185+15+181=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B90FB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FB5 is #46F04A. Grayscale: #545454. Windows color (decimal): -4649035 or 11866041. OLE color: 11866041.

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

Color convert

RGB18515181-
CMYK00.920.020.27
HSL301.41º85%39.22%-
HSV(B)301.41º91.89%72.55%-
XYZ28.5213.9944.91-
YUV84.75182.32199.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 15 (6.25% from 255) = 3.94%
BLUE value IS 181 (71.09% from 255) = 47.51%
R=48.56%
G=3.94%
B=47.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851518100.920.020.27301.418539.22
HexB9FB505C21B12d5527
Octal27117265013423345512547
Binary101110011111101101010101110010110111001011011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90FB5; }

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

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

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

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

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

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

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

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