#B13B89

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

Shades of Medium Red Violet #B13B89

Tints of Medium Red Violet #B13B89

Color information

#B13B89 (or 0xB13B89) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3B and 89. RGB value is (177,59,137). Sum of RGB (Red+Green+Blue) = 177+59+137=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B89 is #4EC476. Grayscale: #666666. Windows color (decimal): -5162103 or 8993713. OLE color: 8993713.

HSL color Cylindrical-coordinate representation of color #B13B89: hue angle of 320.34º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13B89 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17759137-
CMYK00.670.230.31
HSL320.34º50%46.27%-
HSV(B)320.34º66.67%69.41%-
XYZ24.2114.2825.15-
YUV103.17147.09180.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=47.45%
G=15.82%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775913700.670.230.31320.345046.27
HexB13B89043171F140322e
Octal26173211010327375006256
Binary1011000111101110001001010000111011111111101000000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B89; }

 p { color: rgb(177,59,137); }

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

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

 a { background-color: rgb(177,59,137); }

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

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

 span { border-color: rgb(177,59,137); }

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