#B1429D

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

Shades of Medium Red Violet #B1429D

Tints of Medium Red Violet #B1429D

Color information

#B1429D (or 0xB1429D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 42 and 9D. RGB value is (177,66,157). Sum of RGB (Red+Green+Blue) = 177+66+157=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1429D is #4EBD62. Grayscale: #6D6D6D. Windows color (decimal): -5160291 or 10306225. OLE color: 10306225.

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

Color convert

RGB17766157-
CMYK00.630.110.31
HSL310.81º45.68%47.65%-
HSV(B)310.81º62.71%69.41%-
XYZ26.1715.6833.55-
YUV109.56154.77176.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=44.25%
G=16.5%
B=39.25%

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
Decimal1776615700.630.110.31310.8145.6847.65
HexB1429D03FB1F1372e30
Octal26110223507713374675660
Binary101100011000010100111010111111101111111100110111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1429D; }

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

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

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

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

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

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

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

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