#B13890

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

Shades of Medium Red Violet #B13890

Tints of Medium Red Violet #B13890

Color information

#B13890 (or 0xB13890) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 90. RGB value is (177,56,144). Sum of RGB (Red+Green+Blue) = 177+56+144=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B13890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13890 is #4EC76F. Grayscale: #656565. Windows color (decimal): -5162864 or 9451697. OLE color: 9451697.

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

Color convert

RGB17756144-
CMYK00.680.190.31
HSL316.36º51.93%45.69%-
HSV(B)316.36º68.36%69.41%-
XYZ24.5814.1927.83-
YUV102.21151.59181.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 56 (22.27% from 255) = 14.85%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=46.95%
G=14.85%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775614400.680.190.31316.3651.9345.69
HexB13890044131F13c342e
Octal26170220010423374746456
Binary1011000111100010010000010001001001111111100111100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13890; }

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

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

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

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

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

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

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

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