#B14FAB

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

Shades of Violet Blue #B14FAB

Tints of Violet Blue #B14FAB

Color information

#B14FAB (or 0xB14FAB) is unknown color: approx Violet Blue. HEX triplet: B1, 4F and AB. RGB value is (177,79,171). Sum of RGB (Red+Green+Blue) = 177+79+171=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B14FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14FAB is #4EB054. Grayscale: #767676. Windows color (decimal): -5156949 or 11227057. OLE color: 11227057.

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

Color convert

RGB17779171-
CMYK00.550.030.31
HSL303.67º38.58%50.2%-
HSV(B)303.67º55.37%69.41%-
XYZ28.2817.8840.49-
YUV118.79157.47169.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 79 (31.25% from 255) = 18.50%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=41.45%
G=18.50%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777917100.550.030.31303.6738.5850.2
HexB14FAB03731F1302732
Octal2611172530673374604762
Binary1011000110011111010101101101111111111100110000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14FAB; }

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

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

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

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

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

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

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

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