#B13B97

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

Shades of Medium Red Violet #B13B97

Tints of Medium Red Violet #B13B97

Color information

#B13B97 (or 0xB13B97) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3B and 97. RGB value is (177,59,151). Sum of RGB (Red+Green+Blue) = 177+59+151=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B97 is #4EC468. Grayscale: #686868. Windows color (decimal): -5162089 or 9911217. OLE color: 9911217.

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

Color convert

RGB17759151-
CMYK00.670.150.31
HSL313.22º50%46.27%-
HSV(B)313.22º66.67%69.41%-
XYZ25.2814.7130.78-
YUV104.77154.09179.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 59 (23.44% from 255) = 15.25%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=45.74%
G=15.25%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775915100.670.150.31313.225046.27
HexB13B97043F1F139322e
Octal26173227010317374716256
Binary101100011110111001011101000011111111111100111001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B97; }

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

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

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

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

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

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

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

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