#B14BA0

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

Shades of Violet Blue #B14BA0

Tints of Violet Blue #B14BA0

Color information

#B14BA0 (or 0xB14BA0) is unknown color: approx Violet Blue. HEX triplet: B1, 4B and A0. RGB value is (177,75,160). Sum of RGB (Red+Green+Blue) = 177+75+160=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B14BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14BA0 is #4EB45F. Grayscale: #727272. Windows color (decimal): -5157984 or 10505137. OLE color: 10505137.

HSL color Cylindrical-coordinate representation of color #B14BA0: hue angle of 310º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14BA0 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17775160-
CMYK00.580.100.31
HSL310º40.48%49.41%-
HSV(B)310º57.63%69.41%-
XYZ26.9916.9235.1-
YUV115.19153.29172.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 75 (29.69% from 255) = 18.20%
BLUE value IS 160 (62.89% from 255) = 38.83%
R=42.96%
G=18.20%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777516000.580.100.3131040.4849.41
HexB14BA003AA1F1362831
Octal26111324007212374665061
Binary101100011001011101000000111010101011111100110110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14BA0; }

 p { color: rgb(177,75,160); }

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

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

 a { background-color: rgb(177,75,160); }

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

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

 span { border-color: rgb(177,75,160); }

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