#B156A6

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

Shades of Violet Blue #B156A6

Tints of Violet Blue #B156A6

Color information

#B156A6 (or 0xB156A6) is unknown color: approx Violet Blue. HEX triplet: B1, 56 and A6. RGB value is (177,86,166). Sum of RGB (Red+Green+Blue) = 177+86+166=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B156A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B156A6 is #4EA959. Grayscale: #7A7A7A. Windows color (decimal): -5155162 or 10901169. OLE color: 10901169.

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

Color convert

RGB17786166-
CMYK00.510.060.31
HSL307.25º36.84%51.57%-
HSV(B)307.25º51.41%69.41%-
XYZ28.3418.7638.2-
YUV122.33152.65167-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 86 (33.98% from 255) = 20.05%
BLUE value IS 166 (65.23% from 255) = 38.69%
R=41.26%
G=20.05%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778616600.510.060.31307.2536.8451.57
HexB156A603361F1332534
Octal2611262460636374634564
Binary10110001101011010100110011001111011111100110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B156A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B156A6; }

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

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

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

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

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

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

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

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