#B13E8C

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

Shades of Medium Red Violet #B13E8C

Tints of Medium Red Violet #B13E8C

Color information

#B13E8C (or 0xB13E8C) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3E and 8C. RGB value is (177,62,140). Sum of RGB (Red+Green+Blue) = 177+62+140=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13E8C is #4EC173. Grayscale: #696969. Windows color (decimal): -5161332 or 9191089. OLE color: 9191089.

HSL color Cylindrical-coordinate representation of color #B13E8C: hue angle of 319.3º 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 #B13E8C is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17762140-
CMYK00.650.210.31
HSL319.3º48.12%46.86%-
HSV(B)319.3º64.97%69.41%-
XYZ24.5914.6926.35-
YUV105.28147.6179.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 62 (24.61% from 255) = 16.36%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=46.70%
G=16.36%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776214000.650.210.31319.348.1246.86
HexB13E8C041151F13f302f
Octal26176214010125374776057
Binary1011000111111010001100010000011010111111100111111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E8C; }

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

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

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

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

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

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

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

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