#B13C93

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

Shades of Medium Red Violet #B13C93

Tints of Medium Red Violet #B13C93

Color information

#B13C93 (or 0xB13C93) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3C and 93. RGB value is (177,60,147). Sum of RGB (Red+Green+Blue) = 177+60+147=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C93 is #4EC36C. Grayscale: #686868. Windows color (decimal): -5161837 or 9649329. OLE color: 9649329.

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

Color convert

RGB17760147-
CMYK00.660.170.31
HSL315.38º49.37%46.47%-
HSV(B)315.38º66.1%69.41%-
XYZ25.0114.6929.12-
YUV104.9151.76179.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 60 (23.83% from 255) = 15.62%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=46.09%
G=15.62%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776014700.660.170.31315.3849.3746.47
HexB13C93042111F13b312e
Octal26174223010221374736156
Binary1011000111110010010011010000101000111111100111011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C93; }

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

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

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

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

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

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

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

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