#B90E95

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

Shades of Medium Violet Red #B90E95

Tints of Medium Violet Red #B90E95

Color information

#B90E95 (or 0xB90E95) is unknown color: approx Medium Violet Red. HEX triplet: B9, 0E and 95. RGB value is (185,14,149). Sum of RGB (Red+Green+Blue) = 185+14+149=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90E95 is #46F16A. Grayscale: #505050. Windows color (decimal): -4649323 or 9768633. OLE color: 9768633.

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

Color convert

RGB18514149-
CMYK00.920.190.27
HSL312.63º85.93%39.02%-
HSV(B)312.63º92.43%72.55%-
XYZ25.5912.829.56-
YUV80.52166.65202.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.16%
GREEN value IS 14 (5.86% from 255) = 4.02%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=53.16%
G=4.02%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851414900.920.190.27312.6385.9339.02
HexB9E9505C131B1395627
Octal271162250134233347112647
Binary101110011110100101010101110010011110111001110011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90E95; }

 p { color: rgb(185,14,149); }

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

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

 a { background-color: rgb(185,14,149); }

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

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

 span { border-color: rgb(185,14,149); }

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