#B14286

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

Shades of Medium Red Violet #B14286

Tints of Medium Red Violet #B14286

Color information

#B14286 (or 0xB14286) is unknown color: approx Medium Red Violet. HEX triplet: B1, 42 and 86. RGB value is (177,66,134). Sum of RGB (Red+Green+Blue) = 177+66+134=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B14286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14286 is #4EBD79. Grayscale: #6A6A6A. Windows color (decimal): -5160314 or 8798897. OLE color: 8798897.

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

Color convert

RGB17766134-
CMYK00.630.240.31
HSL323.24º45.68%47.65%-
HSV(B)323.24º62.71%69.41%-
XYZ24.3814.9624.16-
YUV106.94143.27177.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=46.95%
G=17.51%
B=35.54%

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
Decimal1776613400.630.240.31323.2445.6847.65
HexB1428603F181F1432e30
Octal26110220607730375035660
Binary1011000110000101000011001111111100011111101000011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14286; }

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

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

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

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

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

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

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

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