#B14C9F

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

Shades of Violet Blue #B14C9F

Tints of Violet Blue #B14C9F

Color information

#B14C9F (or 0xB14C9F) is unknown color: approx Violet Blue. HEX triplet: B1, 4C and 9F. RGB value is (177,76,159). Sum of RGB (Red+Green+Blue) = 177+76+159=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C9F is #4EB360. Grayscale: #737373. Windows color (decimal): -5157729 or 10439857. OLE color: 10439857.

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

Color convert

RGB17776159-
CMYK00.570.100.31
HSL310.69º39.92%49.61%-
HSV(B)310.69º57.06%69.41%-
XYZ26.9717.0234.66-
YUV115.66152.46171.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 76 (30.08% from 255) = 18.45%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=42.96%
G=18.45%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777615900.570.100.31310.6939.9249.61
HexB14C9F039A1F1372832
Octal26111423707112374675062
Binary101100011001100100111110111001101011111100110111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C9F; }

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

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

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

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

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

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

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

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