#B13993

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

Shades of Medium Red Violet #B13993

Tints of Medium Red Violet #B13993

Color information

#B13993 (or 0xB13993) is unknown color: approx Medium Red Violet. HEX triplet: B1, 39 and 93. RGB value is (177,57,147). Sum of RGB (Red+Green+Blue) = 177+57+147=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B13993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13993 is #4EC66C. Grayscale: #666666. Windows color (decimal): -5162605 or 9648561. OLE color: 9648561.

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

Color convert

RGB17757147-
CMYK00.680.170.31
HSL315º51.28%45.88%-
HSV(B)315º67.8%69.41%-
XYZ24.8614.3829.07-
YUV103.14152.76180.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 57 (22.66% from 255) = 14.96%
BLUE value IS 147 (57.81% from 255) = 38.58%
R=46.46%
G=14.96%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775714700.680.170.3131551.2845.88
HexB13993044111F13b332e
Octal26171223010421374736356
Binary1011000111100110010011010001001000111111100111011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13993; }

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

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

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

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

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

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

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

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