#b13b8a

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

Shades of Medium Red Violet #B13B8A

Tints of Medium Red Violet #B13B8A

Color information

#B13B8A (or 0xB13B8A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3B and 8A. RGB value is (177,59,138). Sum of RGB (Red+Green+Blue) = 177+59+138=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B8A is #4EC475. Grayscale: #676767. Windows color (decimal): -5162102 or 9059249. OLE color: 9059249.

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

Color convert

RGB17759138-
CMYK00.670.220.31
HSL319.83º50%46.27%-
HSV(B)319.83º66.67%69.41%-
XYZ24.2814.3125.53-
YUV103.29147.59180.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 59 (23.44% from 255) = 15.78%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=47.33%
G=15.78%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775913800.670.220.31319.835046.27
HexB13B8A043161F140322e
Octal26173212010326375006256
Binary1011000111101110001010010000111011011111101000000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b13b8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b13b8a; }

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

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

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

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

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

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

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

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