#B13F93

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

Shades of Medium Red Violet #B13F93

Tints of Medium Red Violet #B13F93

Color information

#B13F93 (or 0xB13F93) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3F and 93. RGB value is (177,63,147). Sum of RGB (Red+Green+Blue) = 177+63+147=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13F93 is #4EC06C. Grayscale: #6A6A6A. Windows color (decimal): -5161069 or 9650097. OLE color: 9650097.

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

Color convert

RGB17763147-
CMYK00.640.170.31
HSL315.79º47.5%47.06%-
HSV(B)315.79º64.41%69.41%-
XYZ25.1815.0129.17-
YUV106.66150.77178.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=45.74%
G=16.28%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776314700.640.170.31315.7947.547.06
HexB13F93040111F13c302f
Octal26177223010021374746057
Binary1011000111111110010011010000001000111111100111100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F93; }

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

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

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

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

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

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

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

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