#B13C96

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

Shades of Medium Red Violet #B13C96

Tints of Medium Red Violet #B13C96

Color information

#B13C96 (or 0xB13C96) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3C and 96. RGB value is (177,60,150). Sum of RGB (Red+Green+Blue) = 177+60+150=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C96 is #4EC369. Grayscale: #696969. Windows color (decimal): -5161834 or 9845937. OLE color: 9845937.

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

Color convert

RGB17760150-
CMYK00.660.150.31
HSL313.85º49.37%46.47%-
HSV(B)313.85º66.1%69.41%-
XYZ25.2514.7830.38-
YUV105.24153.26179.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 60 (23.83% from 255) = 15.50%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=45.74%
G=15.50%
B=38.76%

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
Decimal1776015000.660.150.31313.8549.3746.47
HexB13C96042F1F13a312e
Octal26174226010217374726156
Binary101100011111001001011001000010111111111100111010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C96; }

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

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

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

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

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

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

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

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