#b13b8e

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

Shades of Medium Red Violet #B13B8E

Tints of Medium Red Violet #B13B8E

Color information

#B13B8E (or 0xB13B8E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3B and 8E. RGB value is (177,59,142). Sum of RGB (Red+Green+Blue) = 177+59+142=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B8E is #4EC471. Grayscale: #676767. Windows color (decimal): -5162098 or 9321393. OLE color: 9321393.

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

Color convert

RGB17759142-
CMYK00.670.200.31
HSL317.8º50%46.27%-
HSV(B)317.8º66.67%69.41%-
XYZ24.5814.4327.08-
YUV103.74149.59180.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 59 (23.44% from 255) = 15.61%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=46.83%
G=15.61%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775914200.670.200.31317.85046.27
HexB13B8E043141F13e322e
Octal26173216010324374766256
Binary1011000111101110001110010000111010011111100111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b13b8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b13b8e; }

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

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

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

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

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

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

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

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