#B13A81

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

Shades of Medium Red Violet #B13A81

Tints of Medium Red Violet #B13A81

Color information

#B13A81 (or 0xB13A81) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3A and 81. RGB value is (177,58,129). Sum of RGB (Red+Green+Blue) = 177+58+129=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13A81 is #4EC57E. Grayscale: #656565. Windows color (decimal): -5162367 or 8469169. OLE color: 8469169.

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

Color convert

RGB17758129-
CMYK00.670.270.31
HSL324.2º50.64%46.08%-
HSV(B)324.2º67.23%69.41%-
XYZ23.6113.9622.22-
YUV101.68143.42181.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 58 (23.05% from 255) = 15.93%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=48.63%
G=15.93%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775812900.670.270.31324.250.6446.08
HexB13A810431B1F144332e
Octal26172201010333375046356
Binary1011000111101010000001010000111101111111101000100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A81; }

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

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

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

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

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

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

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

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