#B14FA9

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

Shades of Violet Blue #B14FA9

Tints of Violet Blue #B14FA9

Color information

#B14FA9 (or 0xB14FA9) is unknown color: approx Violet Blue. HEX triplet: B1, 4F and A9. RGB value is (177,79,169). Sum of RGB (Red+Green+Blue) = 177+79+169=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B14FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14FA9 is #4EB056. Grayscale: #767676. Windows color (decimal): -5156951 or 11095985. OLE color: 11095985.

HSL color Cylindrical-coordinate representation of color #B14FA9: hue angle of 304.9º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B14FA9 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17779169-
CMYK00.550.050.31
HSL304.9º38.58%50.2%-
HSV(B)304.9º55.37%69.41%-
XYZ28.0917.839.49-
YUV118.56156.47169.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 79 (31.25% from 255) = 18.59%
BLUE value IS 169 (66.41% from 255) = 39.76%
R=41.65%
G=18.59%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777916900.550.050.31304.938.5850.2
HexB14FA903751F1312732
Octal2611172510675374614762
Binary10110001100111110101001011011110111111100110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14FA9; }

 p { color: rgb(177,79,169); }

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

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

 a { background-color: rgb(177,79,169); }

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

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

 span { border-color: rgb(177,79,169); }

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