#B13C8F

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

Shades of Medium Red Violet #B13C8F

Tints of Medium Red Violet #B13C8F

Color information

#B13C8F (or 0xB13C8F) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3C and 8F. RGB value is (177,60,143). Sum of RGB (Red+Green+Blue) = 177+60+143=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C8F is #4EC370. Grayscale: #686868. Windows color (decimal): -5161841 or 9387185. OLE color: 9387185.

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

Color convert

RGB17760143-
CMYK00.660.190.31
HSL317.44º49.37%46.47%-
HSV(B)317.44º66.1%69.41%-
XYZ24.7114.5627.5-
YUV104.44149.76179.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 60 (23.83% from 255) = 15.79%
BLUE value IS 143 (56.25% from 255) = 37.63%
R=46.58%
G=15.79%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776014300.660.190.31317.4449.3746.47
HexB13C8F042131F13d312e
Octal26174217010223374756156
Binary1011000111110010001111010000101001111111100111101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C8F; }

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

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

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

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

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

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

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

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