#B14CA2

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

Shades of Violet Blue #B14CA2

Tints of Violet Blue #B14CA2

Color information

#B14CA2 (or 0xB14CA2) is unknown color: approx Violet Blue. HEX triplet: B1, 4C and A2. RGB value is (177,76,162). Sum of RGB (Red+Green+Blue) = 177+76+162=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B14CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14CA2 is #4EB35D. Grayscale: #737373. Windows color (decimal): -5157726 or 10636465. OLE color: 10636465.

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

Color convert

RGB17776162-
CMYK00.570.080.31
HSL308.91º39.92%49.61%-
HSV(B)308.91º57.06%69.41%-
XYZ27.2417.1236.05-
YUV116153.96171.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 76 (30.08% from 255) = 18.31%
BLUE value IS 162 (63.67% from 255) = 39.04%
R=42.65%
G=18.31%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777616200.570.080.31308.9139.9249.61
HexB14CA203981F1352832
Octal26111424207110374655062
Binary101100011001100101000100111001100011111100110101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14CA2; }

 p { color: rgb(177,76,162); }

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

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

 a { background-color: rgb(177,76,162); }

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

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

 span { border-color: rgb(177,76,162); }

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