#B14583

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

Shades of Medium Red Violet #B14583

Tints of Medium Red Violet #B14583

Color information

#B14583 (or 0xB14583) is unknown color: approx Medium Red Violet. HEX triplet: B1, 45 and 83. RGB value is (177,69,131). Sum of RGB (Red+Green+Blue) = 177+69+131=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B14583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14583 is #4EBA7C. Grayscale: #6C6C6C. Windows color (decimal): -5159549 or 8603057. OLE color: 8603057.

HSL color Cylindrical-coordinate representation of color #B14583: hue angle of 325.56º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14583 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17769131-
CMYK00.610.260.31
HSL325.56º43.9%48.24%-
HSV(B)325.56º61.02%69.41%-
XYZ24.3615.2423.13-
YUV108.36140.78176.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 69 (27.34% from 255) = 18.30%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=46.95%
G=18.30%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776913100.610.260.31325.5643.948.24
HexB1458303D1A1F1462c30
Octal26110520307532375065460
Binary1011000110001011000001101111011101011111101000110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14583; }

 p { color: rgb(177,69,131); }

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

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

 a { background-color: rgb(177,69,131); }

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

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

 span { border-color: rgb(177,69,131); }

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