#B13897

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

Shades of Medium Red Violet #B13897

Tints of Medium Red Violet #B13897

Color information

#B13897 (or 0xB13897) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 97. RGB value is (177,56,151). Sum of RGB (Red+Green+Blue) = 177+56+151=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B13897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13897 is #4EC768. Grayscale: #666666. Windows color (decimal): -5162857 or 9910449. OLE color: 9910449.

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

Color convert

RGB17756151-
CMYK00.680.150.31
HSL312.89º51.93%45.69%-
HSV(B)312.89º68.36%69.41%-
XYZ25.1314.4130.73-
YUV103.01155.09180.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 56 (22.27% from 255) = 14.58%
BLUE value IS 151 (59.38% from 255) = 39.32%
R=46.09%
G=14.58%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775615100.680.150.31312.8951.9345.69
HexB13897044F1F139342e
Octal26170227010417374716456
Binary101100011110001001011101000100111111111100111001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13897; }

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

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

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

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

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

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

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

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