#B13296

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

Shades of Medium Red Violet #B13296

Tints of Medium Red Violet #B13296

Color information

#B13296 (or 0xB13296) is unknown color: approx Medium Red Violet. HEX triplet: B1, 32 and 96. RGB value is (177,50,150). Sum of RGB (Red+Green+Blue) = 177+50+150=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B13296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13296 is #4ECD69. Grayscale: #636363. Windows color (decimal): -5164394 or 9843377. OLE color: 9843377.

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

Color convert

RGB17750150-
CMYK00.720.150.31
HSL312.76º55.95%44.51%-
HSV(B)312.76º71.75%69.41%-
XYZ24.7813.8330.22-
YUV99.37156.58183.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 50 (19.92% from 255) = 13.26%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=46.95%
G=13.26%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775015000.720.150.31312.7655.9544.51
HexB13296048F1F139382d
Octal26162226011017374717055
Binary101100011100101001011001001000111111111100111001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13296; }

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

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

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

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

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

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

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

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