#B156AD

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

Shades of Violet Blue #B156AD

Tints of Violet Blue #B156AD

Color information

#B156AD (or 0xB156AD) is unknown color: approx Violet Blue. HEX triplet: B1, 56 and AD. RGB value is (177,86,173). Sum of RGB (Red+Green+Blue) = 177+86+173=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B156AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B156AD is #4EA952. Grayscale: #7A7A7A. Windows color (decimal): -5155155 or 11359921. OLE color: 11359921.

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

Color convert

RGB17786173-
CMYK00.510.020.31
HSL302.64º36.84%51.57%-
HSV(B)302.64º51.41%69.41%-
XYZ2919.0241.68-
YUV123.13156.15166.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 86 (33.98% from 255) = 19.72%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=40.60%
G=19.72%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778617300.510.020.31302.6436.8451.57
HexB156AD03321F12f2534
Octal2611262550632374574564
Binary1011000110101101010110101100111011111100101111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B156AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B156AD; }

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

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

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

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

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

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

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

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