#B13299

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

Shades of Medium Red Violet #B13299

Tints of Medium Red Violet #B13299

Color information

#B13299 (or 0xB13299) is unknown color: approx Medium Red Violet. HEX triplet: B1, 32 and 99. RGB value is (177,50,153). Sum of RGB (Red+Green+Blue) = 177+50+153=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B13299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13299 is #4ECD66. Grayscale: #636363. Windows color (decimal): -5164391 or 10039985. OLE color: 10039985.

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

Color convert

RGB17750153-
CMYK00.720.140.31
HSL311.34º55.95%44.51%-
HSV(B)311.34º71.75%69.41%-
XYZ25.0213.9331.51-
YUV99.72158.08183.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 50 (19.92% from 255) = 13.16%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=46.58%
G=13.16%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775015300.720.140.31311.3455.9544.51
HexB13299048E1F137382d
Octal26162231011016374677055
Binary101100011100101001100101001000111011111100110111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13299; }

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

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

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

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

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

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

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

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