#B13D90

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

Shades of Medium Red Violet #B13D90

Tints of Medium Red Violet #B13D90

Color information

#B13D90 (or 0xB13D90) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3D and 90. RGB value is (177,61,144). Sum of RGB (Red+Green+Blue) = 177+61+144=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13D90 is #4EC26F. Grayscale: #686868. Windows color (decimal): -5161584 or 9452977. OLE color: 9452977.

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

Color convert

RGB17761144-
CMYK00.660.190.31
HSL317.07º48.74%46.67%-
HSV(B)317.07º65.54%69.41%-
XYZ24.8314.727.91-
YUV105.15149.93179.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 61 (24.22% from 255) = 15.97%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=46.34%
G=15.97%
B=37.70%

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
Decimal1776114400.660.190.31317.0748.7446.67
HexB13D90042131F13d312f
Octal26175220010223374756157
Binary1011000111110110010000010000101001111111100111101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D90; }

 p { color: rgb(177,61,144); }

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

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

 a { background-color: rgb(177,61,144); }

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

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

 span { border-color: rgb(177,61,144); }

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