#B14585

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

Shades of Medium Red Violet #B14585

Tints of Medium Red Violet #B14585

Color information

#B14585 (or 0xB14585) is unknown color: approx Medium Red Violet. HEX triplet: B1, 45 and 85. RGB value is (177,69,133). Sum of RGB (Red+Green+Blue) = 177+69+133=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B14585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14585 is #4EBA7A. Grayscale: #6C6C6C. Windows color (decimal): -5159547 or 8734129. OLE color: 8734129.

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

Color convert

RGB17769133-
CMYK00.610.250.31
HSL324.44º43.9%48.24%-
HSV(B)324.44º61.02%69.41%-
XYZ24.4915.323.85-
YUV108.59141.78176.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 133 (52.34% from 255) = 35.09%
R=46.70%
G=18.21%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776913300.610.250.31324.4443.948.24
HexB1458503D191F1442c30
Octal26110520507531375045460
Binary1011000110001011000010101111011100111111101000100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14585; }

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

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

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

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

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

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

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

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