#B170AD

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

Shades of Violet Blue #B170AD

Tints of Violet Blue #B170AD

Color information

#B170AD (or 0xB170AD) is unknown color: approx Violet Blue. HEX triplet: B1, 70 and AD. RGB value is (177,112,173). Sum of RGB (Red+Green+Blue) = 177+112+173=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B170AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B170AD is #4E8F52. Grayscale: #8A8A8A. Windows color (decimal): -5148499 or 11366577. OLE color: 11366577.

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

Color convert

RGB177112173-
CMYK00.370.020.31
HSL303.69º29.41%56.67%-
HSV(B)303.69º36.72%69.41%-
XYZ31.4723.9542.5-
YUV138.39147.53155.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=38.31%
G=24.24%
B=37.45%

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
Decimal17711217300.370.020.31303.6929.4156.67
HexB170AD02521F1301d39
Octal2611602550452374603571
Binary101100011110000101011010100101101111110011000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B170AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B170AD; }

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

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

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

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

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

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

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

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