#b90082

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

Shades of Medium Violet Red #B90082

Tints of Medium Violet Red #B90082

Color information

#B90082 (or 0xB90082) is unknown color: approx Medium Violet Red. HEX triplet: B9, 00 and 82. RGB value is (185,0,130). Sum of RGB (Red+Green+Blue) = 185+0+130=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B90082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90082 is #46FF7D. Grayscale: #454545. Windows color (decimal): -4652926 or 8519865. OLE color: 8519865.

HSL color Cylindrical-coordinate representation of color #B90082: hue angle of 317.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90082 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB1850130-
CMYK010.300.27
HSL317.84º100%36.27%-
HSV(B)317.84º100%72.55%-
XYZ24.0411.9322.15-
YUV70.13161.79209.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=58.73%
G=0%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1850130010.300.27317.8410036.27
HexB90820641E1B13e6424
Octal27102020144363347614444
Binary101110010100000100110010011110110111001111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b90082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b90082; }

 p { color: rgb(185,0,130); }

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

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

 a { background-color: rgb(185,0,130); }

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

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

 span { border-color: rgb(185,0,130); }

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