#B13992

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

Shades of Medium Red Violet #B13992

Tints of Medium Red Violet #B13992

Color information

#B13992 (or 0xB13992) is unknown color: approx Medium Red Violet. HEX triplet: B1, 39 and 92. RGB value is (177,57,146). Sum of RGB (Red+Green+Blue) = 177+57+146=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B13992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13992 is #4EC66D. Grayscale: #666666. Windows color (decimal): -5162606 or 9583025. OLE color: 9583025.

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

Color convert

RGB17757146-
CMYK00.680.180.31
HSL315.5º51.28%45.88%-
HSV(B)315.5º67.8%69.41%-
XYZ24.7814.3528.66-
YUV103.03152.26180.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 57 (22.66% from 255) = 15%
BLUE value IS 146 (57.42% from 255) = 38.42%
R=46.58%
G=15%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775714600.680.180.31315.551.2845.88
HexB13992044121F13c332e
Octal26171222010422374746356
Binary1011000111100110010010010001001001011111100111100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13992; }

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

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

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

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

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

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

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

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