#B9058B

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

Shades of Medium Violet Red #B9058B

Tints of Medium Violet Red #B9058B

Color information

#B9058B (or 0xB9058B) is unknown color: approx Medium Violet Red. HEX triplet: B9, 05 and 8B. RGB value is (185,5,139). Sum of RGB (Red+Green+Blue) = 185+5+139=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9058B is #46FA74. Grayscale: #494949. Windows color (decimal): -4651637 or 9110969. OLE color: 9110969.

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

Color convert

RGB1855139-
CMYK00.970.250.27
HSL315.33º94.74%37.25%-
HSV(B)315.33º97.3%72.55%-
XYZ24.7212.2925.49-
YUV74.1164.63207.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=56.23%
G=1.52%
B=42.25%

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
Decimal185513900.970.250.27315.3394.7437.25
HexB958B061191B13b5f25
Octal27152130141313347313745
Binary10111001101100010110110000111001110111001110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9058B; }

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

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

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

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

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

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

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

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