#B170A7

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

Shades of Violet Blue #B170A7

Tints of Violet Blue #B170A7

Color information

#B170A7 (or 0xB170A7) is unknown color: approx Violet Blue. HEX triplet: B1, 70 and A7. RGB value is (177,112,167). Sum of RGB (Red+Green+Blue) = 177+112+167=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B170A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B170A7 is #4E8F58. Grayscale: #898989. Windows color (decimal): -5148505 or 10973361. OLE color: 10973361.

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

Color convert

RGB177112167-
CMYK00.370.060.31
HSL309.23º29.41%56.67%-
HSV(B)309.23º36.72%69.41%-
XYZ30.923.7339.51-
YUV137.71144.53156.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 167 (65.62% from 255) = 36.62%
R=38.82%
G=24.56%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711216700.370.060.31309.2329.4156.67
HexB170A702561F1351d39
Octal2611602470456374653571
Binary1011000111100001010011101001011101111110011010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B170A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B170A7; }

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

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

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

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

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

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

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

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