#B1429E

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

Shades of Medium Red Violet #B1429E

Tints of Medium Red Violet #B1429E

Color information

#B1429E (or 0xB1429E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 42 and 9E. RGB value is (177,66,158). Sum of RGB (Red+Green+Blue) = 177+66+158=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1429E is #4EBD61. Grayscale: #6D6D6D. Windows color (decimal): -5160290 or 10371761. OLE color: 10371761.

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

Color convert

RGB17766158-
CMYK00.630.110.31
HSL310.27º45.68%47.65%-
HSV(B)310.27º62.71%69.41%-
XYZ26.2515.7134-
YUV109.68155.27176.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 66 (26.17% from 255) = 16.46%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=44.14%
G=16.46%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776615800.630.110.31310.2745.6847.65
HexB1429E03FB1F1362e30
Octal26110223607713374665660
Binary101100011000010100111100111111101111111100110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1429E; }

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

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

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

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

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

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

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

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