#B13982

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

Shades of Medium Red Violet #B13982

Tints of Medium Red Violet #B13982

Color information

#B13982 (or 0xB13982) is unknown color: approx Medium Red Violet. HEX triplet: B1, 39 and 82. RGB value is (177,57,130). Sum of RGB (Red+Green+Blue) = 177+57+130=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B13982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13982 is #4EC67D. Grayscale: #656565. Windows color (decimal): -5162622 or 8534449. OLE color: 8534449.

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

Color convert

RGB17757130-
CMYK00.680.270.31
HSL323.5º51.28%45.88%-
HSV(B)323.5º67.8%69.41%-
XYZ23.6213.8922.55-
YUV101.2144.26182.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 57 (22.66% from 255) = 15.66%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=48.63%
G=15.66%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775713000.680.270.31323.551.2845.88
HexB139820441B1F144332e
Octal26171202010433375046356
Binary1011000111100110000010010001001101111111101000100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13982; }

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

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

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

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

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

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

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

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