#B14588

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

Shades of Medium Red Violet #B14588

Tints of Medium Red Violet #B14588

Color information

#B14588 (or 0xB14588) is unknown color: approx Medium Red Violet. HEX triplet: B1, 45 and 88. RGB value is (177,69,136). Sum of RGB (Red+Green+Blue) = 177+69+136=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B14588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14588 is #4EBA77. Grayscale: #6C6C6C. Windows color (decimal): -5159544 or 8930737. OLE color: 8930737.

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

Color convert

RGB17769136-
CMYK00.610.230.31
HSL322.78º43.9%48.24%-
HSV(B)322.78º61.02%69.41%-
XYZ24.715.3824.96-
YUV108.93143.28176.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 136 (53.52% from 255) = 35.60%
R=46.34%
G=18.06%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776913600.610.230.31322.7843.948.24
HexB1458803D171F1432c30
Octal26110521007527375035460
Binary1011000110001011000100001111011011111111101000011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14588; }

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

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

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

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

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

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

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

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