#B13F9E

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

Shades of Medium Red Violet #B13F9E

Tints of Medium Red Violet #B13F9E

Color information

#B13F9E (or 0xB13F9E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3F and 9E. RGB value is (177,63,158). Sum of RGB (Red+Green+Blue) = 177+63+158=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13F9E is #4EC061. Grayscale: #6B6B6B. Windows color (decimal): -5161058 or 10370993. OLE color: 10370993.

HSL color Cylindrical-coordinate representation of color #B13F9E: hue angle of 310º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13F9E is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17763158-
CMYK00.640.110.31
HSL310º47.5%47.06%-
HSV(B)310º64.41%69.41%-
XYZ26.0815.3733.94-
YUV107.92156.27177.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 63 (25% from 255) = 15.83%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=44.47%
G=15.83%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776315800.640.110.3131047.547.06
HexB13F9E040B1F136302f
Octal26177236010013374666057
Binary101100011111111001111001000000101111111100110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F9E; }

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

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

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

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

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

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

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

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