#B151AB

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

Shades of Violet Blue #B151AB

Tints of Violet Blue #B151AB

Color information

#B151AB (or 0xB151AB) is unknown color: approx Violet Blue. HEX triplet: B1, 51 and AB. RGB value is (177,81,171). Sum of RGB (Red+Green+Blue) = 177+81+171=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B151AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B151AB is #4EAE54. Grayscale: #777777. Windows color (decimal): -5156437 or 11227569. OLE color: 11227569.

HSL color Cylindrical-coordinate representation of color #B151AB: hue angle of 303.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B151AB is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17781171-
CMYK00.540.030.31
HSL303.75º38.1%50.59%-
HSV(B)303.75º54.24%69.41%-
XYZ28.4218.1740.54-
YUV119.96156.8168.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=41.26%
G=18.88%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778117100.540.030.31303.7538.150.59
HexB151AB03631F1302633
Octal2611212530663374604663
Binary1011000110100011010101101101101111111100110000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B151AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B151AB; }

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

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

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

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

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

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

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

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