#B90480

Color #B90480 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B90480

Tints of Medium Violet Red #B90480

Color information

#B90480 (or 0xB90480) is unknown color: approx Medium Violet Red. HEX triplet: B9, 04 and 80. RGB value is (185,4,128). Sum of RGB (Red+Green+Blue) = 185+4+128=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B90480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90480 is #46FB7F. Grayscale: #474747. Windows color (decimal): -4651904 or 8389817. OLE color: 8389817.

HSL color Cylindrical-coordinate representation of color #B90480: hue angle of 318.9º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90480 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB1854128-
CMYK00.980.310.27
HSL318.9º95.77%37.06%-
HSV(B)318.9º97.84%72.55%-
XYZ23.9511.9621.47-
YUV72.26159.47208.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 4 (1.95% from 255) = 1.26%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=58.36%
G=1.26%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185412800.980.310.27318.995.7737.06
HexB94800621F1B13f6025
Octal27142000142373347714045
Binary10111001100100000000110001011111110111001111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90480; }

 p { color: rgb(185,4,128); }

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

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

 a { background-color: rgb(185,4,128); }

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

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

 span { border-color: rgb(185,4,128); }

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