#B14DA9

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

Shades of Violet Blue #B14DA9

Tints of Violet Blue #B14DA9

Color information

#B14DA9 (or 0xB14DA9) is unknown color: approx Violet Blue. HEX triplet: B1, 4D and A9. RGB value is (177,77,169). Sum of RGB (Red+Green+Blue) = 177+77+169=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B14DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14DA9 is #4EB256. Grayscale: #757575. Windows color (decimal): -5157463 or 11095473. OLE color: 11095473.

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

Color convert

RGB17777169-
CMYK00.560.050.31
HSL304.8º39.37%49.8%-
HSV(B)304.8º56.5%69.41%-
XYZ27.9517.5239.44-
YUV117.39157.13170.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 77 (30.47% from 255) = 18.20%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=41.84%
G=18.20%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777716900.560.050.31304.839.3749.8
HexB14DA903851F1312732
Octal2611152510705374614762
Binary10110001100110110101001011100010111111100110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14DA9; }

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

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

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

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

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

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

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

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