#B13795

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

Shades of Medium Red Violet #B13795

Tints of Medium Red Violet #B13795

Color information

#B13795 (or 0xB13795) is unknown color: approx Medium Red Violet. HEX triplet: B1, 37 and 95. RGB value is (177,55,149). Sum of RGB (Red+Green+Blue) = 177+55+149=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B13795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13795 is #4EC86A. Grayscale: #656565. Windows color (decimal): -5163115 or 9779121. OLE color: 9779121.

HSL color Cylindrical-coordinate representation of color #B13795: hue angle of 313.77º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13795 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17755149-
CMYK00.690.160.31
HSL313.77º52.59%45.49%-
HSV(B)313.77º68.93%69.41%-
XYZ24.9214.2529.87-
YUV102.19154.42181.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 55 (21.88% from 255) = 14.44%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=46.46%
G=14.44%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775514900.690.160.31313.7752.5945.49
HexB13795045101F13a352d
Octal26167225010520374726555
Binary1011000111011110010101010001011000011111100111010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13795; }

 p { color: rgb(177,55,149); }

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

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

 a { background-color: rgb(177,55,149); }

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

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

 span { border-color: rgb(177,55,149); }

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