#B1429F

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

Shades of Violet Blue #B1429F

Tints of Violet Blue #B1429F

Color information

#B1429F (or 0xB1429F) is unknown color: approx Violet Blue. HEX triplet: B1, 42 and 9F. RGB value is (177,66,159). Sum of RGB (Red+Green+Blue) = 177+66+159=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1429F is #4EBD60. Grayscale: #6D6D6D. Windows color (decimal): -5160289 or 10437297. OLE color: 10437297.

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

Color convert

RGB17766159-
CMYK00.630.100.31
HSL309.73º45.68%47.65%-
HSV(B)309.73º62.71%69.41%-
XYZ26.3415.7534.45-
YUV109.79155.77175.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 66 (26.17% from 255) = 16.42%
BLUE value IS 159 (62.5% from 255) = 39.55%
R=44.03%
G=16.42%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776615900.630.100.31309.7345.6847.65
HexB1429F03FA1F1362e30
Octal26110223707712374665660
Binary101100011000010100111110111111101011111100110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1429F; }

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

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

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

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

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

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

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

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