#B13696

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

Shades of Medium Red Violet #B13696

Tints of Medium Red Violet #B13696

Color information

#B13696 (or 0xB13696) is unknown color: approx Medium Red Violet. HEX triplet: B1, 36 and 96. RGB value is (177,54,150). Sum of RGB (Red+Green+Blue) = 177+54+150=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B13696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13696 is #4EC969. Grayscale: #656565. Windows color (decimal): -5163370 or 9844401. OLE color: 9844401.

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

Color convert

RGB17754150-
CMYK00.690.150.31
HSL313.17º53.25%45.29%-
HSV(B)313.17º69.49%69.41%-
XYZ24.9614.1930.28-
YUV101.72155.25181.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 54 (21.48% from 255) = 14.17%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=46.46%
G=14.17%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775415000.690.150.31313.1753.2545.29
HexB13696045F1F139352d
Octal26166226010517374716555
Binary101100011101101001011001000101111111111100111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13696; }

 p { color: rgb(177,54,150); }

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

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

 a { background-color: rgb(177,54,150); }

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

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

 span { border-color: rgb(177,54,150); }

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