#B151A6

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

Shades of Violet Blue #B151A6

Tints of Violet Blue #B151A6

Color information

#B151A6 (or 0xB151A6) is unknown color: approx Violet Blue. HEX triplet: B1, 51 and A6. RGB value is (177,81,166). Sum of RGB (Red+Green+Blue) = 177+81+166=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B151A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B151A6 is #4EAE59. Grayscale: #777777. Windows color (decimal): -5156442 or 10899889. OLE color: 10899889.

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

Color convert

RGB17781166-
CMYK00.540.060.31
HSL306.88º38.1%50.59%-
HSV(B)306.88º54.24%69.41%-
XYZ27.9617.9938.07-
YUV119.39154.3169.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 81 (32.03% from 255) = 19.10%
BLUE value IS 166 (65.23% from 255) = 39.15%
R=41.75%
G=19.10%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778116600.540.060.31306.8838.150.59
HexB151A603661F1332633
Octal2611212460666374634663
Binary10110001101000110100110011011011011111100110011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B151A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B151A6; }

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

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

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

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

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

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

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

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