#B13B9E

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

Shades of Medium Red Violet #B13B9E

Tints of Medium Red Violet #B13B9E

Color information

#B13B9E (or 0xB13B9E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3B and 9E. RGB value is (177,59,158). Sum of RGB (Red+Green+Blue) = 177+59+158=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B9E is #4EC461. Grayscale: #696969. Windows color (decimal): -5162082 or 10369969. OLE color: 10369969.

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

Color convert

RGB17759158-
CMYK00.670.110.31
HSL309.66º50%46.27%-
HSV(B)309.66º66.67%69.41%-
XYZ25.8714.9433.87-
YUV105.57157.59178.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 59 (23.44% from 255) = 14.97%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=44.92%
G=14.97%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775915800.670.110.31309.665046.27
HexB13B9E043B1F136322e
Octal26173236010313374666256
Binary101100011110111001111001000011101111111100110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B9E; }

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

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

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

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

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

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

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

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