#B170AF

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

Shades of Violet Blue #B170AF

Tints of Violet Blue #B170AF

Color information

#B170AF (or 0xB170AF) is unknown color: approx Violet Blue. HEX triplet: B1, 70 and AF. RGB value is (177,112,175). Sum of RGB (Red+Green+Blue) = 177+112+175=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B170AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B170AF is #4E8F50. Grayscale: #8A8A8A. Windows color (decimal): -5148497 or 11497649. OLE color: 11497649.

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

Color convert

RGB177112175-
CMYK00.370.010.31
HSL301.85º29.41%56.67%-
HSV(B)301.85º36.72%69.41%-
XYZ31.6624.0343.53-
YUV138.62148.53155.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=38.15%
G=24.14%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711217500.370.010.31301.8529.4156.67
HexB170AF02511F12e1d39
Octal2611602570451374563571
Binary10110001111000010101111010010111111110010111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B170AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B170AF; }

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

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

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

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

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

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

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

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