#B13C81

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

Shades of Medium Red Violet #B13C81

Tints of Medium Red Violet #B13C81

Color information

#B13C81 (or 0xB13C81) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3C and 81. RGB value is (177,60,129). Sum of RGB (Red+Green+Blue) = 177+60+129=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C81 is #4EC37E. Grayscale: #666666. Windows color (decimal): -5161855 or 8469681. OLE color: 8469681.

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

Color convert

RGB17760129-
CMYK00.660.270.31
HSL324.62º49.37%46.47%-
HSV(B)324.62º66.1%69.41%-
XYZ23.7114.1622.25-
YUV102.85142.76180.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 60 (23.83% from 255) = 16.39%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=48.36%
G=16.39%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776012900.660.270.31324.6249.3746.47
HexB13C810421B1F145312e
Octal26174201010233375056156
Binary1011000111110010000001010000101101111111101000101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C81; }

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

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

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

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

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

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

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

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