#B90DB5

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

Shades of Deep Magenta #B90DB5

Tints of Deep Magenta #B90DB5

Color information

#B90DB5 (or 0xB90DB5) is unknown color: approx Deep Magenta. HEX triplet: B9, 0D and B5. RGB value is (185,13,181). Sum of RGB (Red+Green+Blue) = 185+13+181=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B90DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DB5 is #46F24A. Grayscale: #535353. Windows color (decimal): -4649547 or 11865529. OLE color: 11865529.

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

Color convert

RGB18513181-
CMYK00.930.020.27
HSL301.4º86.87%38.82%-
HSV(B)301.4º92.97%72.55%-
XYZ28.4913.9444.9-
YUV83.58182.98200.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 13 (5.47% from 255) = 3.43%
BLUE value IS 181 (71.09% from 255) = 47.76%
R=48.81%
G=3.43%
B=47.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851318100.930.020.27301.486.8738.82
HexB9DB505D21B12d5727
Octal27115265013523345512747
Binary101110011101101101010101110110110111001011011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90DB5; }

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

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

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

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

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

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

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

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