#B01975

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

Shades of Medium Violet Red #B01975

Tints of Medium Violet Red #B01975

Color information

#B01975 (or 0xB01975) is unknown color: approx Medium Violet Red. HEX triplet: B0, 19 and 75. RGB value is (176,25,117). Sum of RGB (Red+Green+Blue) = 176+25+117=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B01975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01975 is #4FE68A. Grayscale: #505050. Windows color (decimal): -5236363 or 7674288. OLE color: 7674288.

HSL color Cylindrical-coordinate representation of color #B01975: hue angle of 323.44º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01975 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17625117-
CMYK00.860.340.31
HSL323.44º75.12%39.41%-
HSV(B)323.44º85.8%69.02%-
XYZ21.4611.2117.86-
YUV80.64148.53196.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=55.35%
G=7.86%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762511700.860.340.31323.4475.1239.41
HexB01975056221F1434b27
Octal260311650126423750311347
Binary1011000011001111010101010110100010111111010000111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01975; }

 p { color: rgb(176,25,117); }

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

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

 a { background-color: rgb(176,25,117); }

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

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

 span { border-color: rgb(176,25,117); }

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