#B13C8C

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

Shades of Medium Red Violet #B13C8C

Tints of Medium Red Violet #B13C8C

Color information

#B13C8C (or 0xB13C8C) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3C and 8C. RGB value is (177,60,140). Sum of RGB (Red+Green+Blue) = 177+60+140=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C8C is #4EC373. Grayscale: #676767. Windows color (decimal): -5161844 or 9190577. OLE color: 9190577.

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

Color convert

RGB17760140-
CMYK00.660.210.31
HSL318.97º49.37%46.47%-
HSV(B)318.97º66.1%69.41%-
XYZ24.4814.4726.31-
YUV104.1148.26180-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 60 (23.83% from 255) = 15.92%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=46.95%
G=15.92%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776014000.660.210.31318.9749.3746.47
HexB13C8C042151F13f312e
Octal26174214010225374776156
Binary1011000111110010001100010000101010111111100111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C8C; }

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

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

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

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

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

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

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

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