#B13397

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

Shades of Medium Red Violet #B13397

Tints of Medium Red Violet #B13397

Color information

#B13397 (or 0xB13397) is unknown color: approx Medium Red Violet. HEX triplet: B1, 33 and 97. RGB value is (177,51,151). Sum of RGB (Red+Green+Blue) = 177+51+151=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B13397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13397 is #4ECC68. Grayscale: #636363. Windows color (decimal): -5164137 or 9909169. OLE color: 9909169.

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

Color convert

RGB17751151-
CMYK00.710.150.31
HSL312.38º55.26%44.71%-
HSV(B)312.38º71.19%69.41%-
XYZ24.913.9530.66-
YUV100.07156.74182.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 51 (20.31% from 255) = 13.46%
BLUE value IS 151 (59.38% from 255) = 39.84%
R=46.70%
G=13.46%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775115100.710.150.31312.3855.2644.71
HexB13397047F1F138372d
Octal26163227010717374706755
Binary101100011100111001011101000111111111111100111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13397; }

 p { color: rgb(177,51,151); }

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

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

 a { background-color: rgb(177,51,151); }

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

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

 span { border-color: rgb(177,51,151); }

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