#b13a97

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

Shades of Medium Red Violet #B13A97

Tints of Medium Red Violet #B13A97

Color information

#B13A97 (or 0xB13A97) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3A and 97. RGB value is (177,58,151). Sum of RGB (Red+Green+Blue) = 177+58+151=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13A97 is #4EC568. Grayscale: #676767. Windows color (decimal): -5162345 or 9910961. OLE color: 9910961.

HSL color Cylindrical-coordinate representation of color #B13A97: hue angle of 313.11º degrees, saturation: 0.51, 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 #B13A97 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17758151-
CMYK00.670.150.31
HSL313.11º50.64%46.08%-
HSV(B)313.11º67.23%69.41%-
XYZ25.2314.6130.77-
YUV104.18154.42179.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 58 (23.05% from 255) = 15.03%
BLUE value IS 151 (59.38% from 255) = 39.12%
R=45.85%
G=15.03%
B=39.12%

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
Decimal1775815100.670.150.31313.1150.6446.08
HexB13A97043F1F139332e
Octal26172227010317374716356
Binary101100011110101001011101000011111111111100111001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b13a97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b13a97; }

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

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

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

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

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

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

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

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