#B9058E

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

Shades of Medium Violet Red #B9058E

Tints of Medium Violet Red #B9058E

Color information

#B9058E (or 0xB9058E) is unknown color: approx Medium Violet Red. HEX triplet: B9, 05 and 8E. RGB value is (185,5,142). Sum of RGB (Red+Green+Blue) = 185+5+142=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9058E is #46FA71. Grayscale: #4A4A4A. Windows color (decimal): -4651634 or 9307577. OLE color: 9307577.

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

Color convert

RGB1855142-
CMYK00.970.230.27
HSL314.33º94.74%37.25%-
HSV(B)314.33º97.3%72.55%-
XYZ24.9412.3826.67-
YUV74.44166.13206.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.72%
GREEN value IS 5 (2.34% from 255) = 1.51%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=55.72%
G=1.51%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185514200.970.230.27314.3394.7437.25
HexB958E061171B13a5f25
Octal27152160141273347213745
Binary10111001101100011100110000110111110111001110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9058E; }

 p { color: rgb(185,5,142); }

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

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

 a { background-color: rgb(185,5,142); }

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

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

 span { border-color: rgb(185,5,142); }

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