#B13E8E

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

Shades of Medium Red Violet #B13E8E

Tints of Medium Red Violet #B13E8E

Color information

#B13E8E (or 0xB13E8E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3E and 8E. RGB value is (177,62,142). Sum of RGB (Red+Green+Blue) = 177+62+142=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13E8E is #4EC171. Grayscale: #696969. Windows color (decimal): -5161330 or 9322161. OLE color: 9322161.

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

Color convert

RGB17762142-
CMYK00.650.200.31
HSL318.26º48.12%46.86%-
HSV(B)318.26º64.97%69.41%-
XYZ24.7414.7527.13-
YUV105.5148.6179-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 62 (24.61% from 255) = 16.27%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=46.46%
G=16.27%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776214200.650.200.31318.2648.1246.86
HexB13E8E041141F13e302f
Octal26176216010124374766057
Binary1011000111111010001110010000011010011111100111110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E8E; }

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

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

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

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

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

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

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

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