#B14FA6

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

Shades of Violet Blue #B14FA6

Tints of Violet Blue #B14FA6

Color information

#B14FA6 (or 0xB14FA6) is unknown color: approx Violet Blue. HEX triplet: B1, 4F and A6. RGB value is (177,79,166). Sum of RGB (Red+Green+Blue) = 177+79+166=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B14FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14FA6 is #4EB059. Grayscale: #757575. Windows color (decimal): -5156954 or 10899377. OLE color: 10899377.

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

Color convert

RGB17779166-
CMYK00.550.060.31
HSL306.73º38.58%50.2%-
HSV(B)306.73º55.37%69.41%-
XYZ27.8117.6938.03-
YUV118.22154.97169.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 79 (31.25% from 255) = 18.72%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=41.94%
G=18.72%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777916600.550.060.31306.7338.5850.2
HexB14FA603761F1332732
Octal2611172460676374634762
Binary10110001100111110100110011011111011111100110011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14FA6; }

 p { color: rgb(177,79,166); }

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

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

 a { background-color: rgb(177,79,166); }

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

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

 span { border-color: rgb(177,79,166); }

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