#B170AE

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

Shades of Violet Blue #B170AE

Tints of Violet Blue #B170AE

Color information

#B170AE (or 0xB170AE) is unknown color: approx Violet Blue. HEX triplet: B1, 70 and AE. RGB value is (177,112,174). Sum of RGB (Red+Green+Blue) = 177+112+174=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B170AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B170AE is #4E8F51. Grayscale: #8A8A8A. Windows color (decimal): -5148498 or 11432113. OLE color: 11432113.

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

Color convert

RGB177112174-
CMYK00.370.020.31
HSL302.77º29.41%56.67%-
HSV(B)302.77º36.72%69.41%-
XYZ31.5723.9943.01-
YUV138.5148.03155.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=38.23%
G=24.19%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711217400.370.020.31302.7729.4156.67
HexB170AE02521F12f1d39
Octal2611602560452374573571
Binary101100011110000101011100100101101111110010111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B170AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B170AE; }

 p { color: rgb(177,112,174); }

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

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

 a { background-color: rgb(177,112,174); }

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

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

 span { border-color: rgb(177,112,174); }

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