#B10297

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

Shades of Medium Violet Red #B10297

Tints of Medium Violet Red #B10297

Color information

#B10297 (or 0xB10297) is unknown color: approx Medium Violet Red. HEX triplet: B1, 02 and 97. RGB value is (177,2,151). Sum of RGB (Red+Green+Blue) = 177+2+151=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B10297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10297 is #4EFD68. Grayscale: #464646. Windows color (decimal): -5176681 or 9896625. OLE color: 9896625.

HSL color Cylindrical-coordinate representation of color #B10297: hue angle of 308.91º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10297 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB1772151-
CMYK00.990.150.31
HSL308.91º97.77%35.1%-
HSV(B)308.91º98.87%69.41%-
XYZ23.7411.6230.27-
YUV71.31172.98203.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 151 (59.38% from 255) = 45.76%
R=53.64%
G=0.61%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177215100.990.150.31308.9197.7735.1
HexB1297063F1F1356223
Octal26122270143173746514243
Binary101100011010010111011000111111111111001101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10297; }

 p { color: rgb(177,2,151); }

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

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

 a { background-color: rgb(177,2,151); }

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

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

 span { border-color: rgb(177,2,151); }

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