#B14594

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

Shades of Medium Red Violet #B14594

Tints of Medium Red Violet #B14594

Color information

#B14594 (or 0xB14594) is unknown color: approx Medium Red Violet. HEX triplet: B1, 45 and 94. RGB value is (177,69,148). Sum of RGB (Red+Green+Blue) = 177+69+148=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B14594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14594 is #4EBA6B. Grayscale: #6E6E6E. Windows color (decimal): -5159532 or 9717169. OLE color: 9717169.

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

Color convert

RGB17769148-
CMYK00.610.160.31
HSL316.11º43.9%48.24%-
HSV(B)316.11º61.02%69.41%-
XYZ25.615.7429.71-
YUV110.3149.28175.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=44.92%
G=17.51%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776914800.610.160.31316.1143.948.24
HexB1459403D101F13c2c30
Octal26110522407520374745460
Binary1011000110001011001010001111011000011111100111100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14594; }

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

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

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

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

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

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

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

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