#B13E96

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

Shades of Medium Red Violet #B13E96

Tints of Medium Red Violet #B13E96

Color information

#B13E96 (or 0xB13E96) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3E and 96. RGB value is (177,62,150). Sum of RGB (Red+Green+Blue) = 177+62+150=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13E96 is #4EC169. Grayscale: #6A6A6A. Windows color (decimal): -5161322 or 9846449. OLE color: 9846449.

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

Color convert

RGB17762150-
CMYK00.650.150.31
HSL314.09º48.12%46.86%-
HSV(B)314.09º64.97%69.41%-
XYZ25.3614.9930.41-
YUV106.42152.6178.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 62 (24.61% from 255) = 15.94%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=45.50%
G=15.94%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776215000.650.150.31314.0948.1246.86
HexB13E96041F1F13a302f
Octal26176226010117374726057
Binary101100011111101001011001000001111111111100111010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E96; }

 p { color: rgb(177,62,150); }

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

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

 a { background-color: rgb(177,62,150); }

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

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

 span { border-color: rgb(177,62,150); }

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