#B9058A

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

Shades of Medium Violet Red #B9058A

Tints of Medium Violet Red #B9058A

Color information

#B9058A (or 0xB9058A) is unknown color: approx Medium Violet Red. HEX triplet: B9, 05 and 8A. RGB value is (185,5,138). Sum of RGB (Red+Green+Blue) = 185+5+138=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9058A is #46FA75. Grayscale: #494949. Windows color (decimal): -4651638 or 9045433. OLE color: 9045433.

HSL color Cylindrical-coordinate representation of color #B9058A: hue angle of 315.67º 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 #B9058A is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB1855138-
CMYK00.970.250.27
HSL315.67º94.74%37.25%-
HSV(B)315.67º97.3%72.55%-
XYZ24.6512.2625.11-
YUV73.98164.13207.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=56.40%
G=1.52%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185513800.970.250.27315.6794.7437.25
HexB958A061191B13c5f25
Octal27152120141313347413745
Binary10111001101100010100110000111001110111001111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9058A; }

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

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

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

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

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

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

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

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