#B13D97

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

Shades of Medium Red Violet #B13D97

Tints of Medium Red Violet #B13D97

Color information

#B13D97 (or 0xB13D97) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3D and 97. RGB value is (177,61,151). Sum of RGB (Red+Green+Blue) = 177+61+151=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13D97 is #4EC268. Grayscale: #696969. Windows color (decimal): -5161577 or 9911729. OLE color: 9911729.

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

Color convert

RGB17761151-
CMYK00.660.150.31
HSL313.45º48.74%46.67%-
HSV(B)313.45º65.54%69.41%-
XYZ25.3914.9230.82-
YUV105.94153.43178.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 61 (24.22% from 255) = 15.68%
BLUE value IS 151 (59.38% from 255) = 38.82%
R=45.50%
G=15.68%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776115100.660.150.31313.4548.7446.67
HexB13D97042F1F139312f
Octal26175227010217374716157
Binary101100011111011001011101000010111111111100111001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D97; }

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

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

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

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

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

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

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

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