#B13B8D

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

Shades of Medium Red Violet #B13B8D

Tints of Medium Red Violet #B13B8D

Color information

#B13B8D (or 0xB13B8D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3B and 8D. RGB value is (177,59,141). Sum of RGB (Red+Green+Blue) = 177+59+141=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B8D is #4EC472. Grayscale: #676767. Windows color (decimal): -5162099 or 9255857. OLE color: 9255857.

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

Color convert

RGB17759141-
CMYK00.670.200.31
HSL318.31º50%46.27%-
HSV(B)318.31º66.67%69.41%-
XYZ24.514.426.69-
YUV103.63149.09180.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 59 (23.44% from 255) = 15.65%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=46.95%
G=15.65%
B=37.40%

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
Decimal1775914100.670.200.31318.315046.27
HexB13B8D043141F13e322e
Octal26173215010324374766256
Binary1011000111101110001101010000111010011111100111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B8D; }

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

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

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

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

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

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

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

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