#B10598

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

Shades of Medium Violet Red #B10598

Tints of Medium Violet Red #B10598

Color information

#B10598 (or 0xB10598) is unknown color: approx Medium Violet Red. HEX triplet: B1, 05 and 98. RGB value is (177,5,152). Sum of RGB (Red+Green+Blue) = 177+5+152=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B10598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10598 is #4EFA67. Grayscale: #484848. Windows color (decimal): -5175912 or 9962929. OLE color: 9962929.

HSL color Cylindrical-coordinate representation of color #B10598: hue angle of 308.72º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10598 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB1775152-
CMYK00.970.140.31
HSL308.72º94.51%35.69%-
HSV(B)308.72º97.18%69.41%-
XYZ23.8511.7230.71-
YUV73.19172.48202.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 5 (2.34% from 255) = 1.50%
BLUE value IS 152 (59.77% from 255) = 45.51%
R=52.99%
G=1.50%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177515200.970.140.31308.7294.5135.69
HexB1598061E1F1355f24
Octal26152300141163746513744
Binary1011000110110011000011000011110111111001101011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10598; }

 p { color: rgb(177,5,152); }

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

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

 a { background-color: rgb(177,5,152); }

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

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

 span { border-color: rgb(177,5,152); }

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