#B14C9C

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

Shades of Violet Blue #B14C9C

Tints of Violet Blue #B14C9C

Color information

#B14C9C (or 0xB14C9C) is unknown color: approx Violet Blue. HEX triplet: B1, 4C and 9C. RGB value is (177,76,156). Sum of RGB (Red+Green+Blue) = 177+76+156=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C9C is #4EB363. Grayscale: #737373. Windows color (decimal): -5157732 or 10243249. OLE color: 10243249.

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

Color convert

RGB17776156-
CMYK00.570.120.31
HSL312.48º39.92%49.61%-
HSV(B)312.48º57.06%69.41%-
XYZ26.7216.9233.31-
YUV115.32150.96172-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 76 (30.08% from 255) = 18.58%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=43.28%
G=18.58%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777615600.570.120.31312.4839.9249.61
HexB14C9C039C1F1382832
Octal26111423407114374705062
Binary101100011001100100111000111001110011111100111000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C9C; }

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

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

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

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

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

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

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

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