#B14287

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

Shades of Medium Red Violet #B14287

Tints of Medium Red Violet #B14287

Color information

#B14287 (or 0xB14287) is unknown color: approx Medium Red Violet. HEX triplet: B1, 42 and 87. RGB value is (177,66,135). Sum of RGB (Red+Green+Blue) = 177+66+135=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B14287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14287 is #4EBD78. Grayscale: #6A6A6A. Windows color (decimal): -5160313 or 8864433. OLE color: 8864433.

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

Color convert

RGB17766135-
CMYK00.630.240.31
HSL322.7º45.68%47.65%-
HSV(B)322.7º62.71%69.41%-
XYZ24.4514.9924.53-
YUV107.06143.77177.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 66 (26.17% from 255) = 17.46%
BLUE value IS 135 (53.12% from 255) = 35.71%
R=46.83%
G=17.46%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776613500.630.240.31322.745.6847.65
HexB1428703F181F1432e30
Octal26110220707730375035660
Binary1011000110000101000011101111111100011111101000011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14287; }

 p { color: rgb(177,66,135); }

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

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

 a { background-color: rgb(177,66,135); }

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

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

 span { border-color: rgb(177,66,135); }

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