#B172D0

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

Shades of Amethyst #B172D0

Tints of Amethyst #B172D0

Color information

#B172D0 (or 0xB172D0) is unknown color: approx Amethyst. HEX triplet: B1, 72 and D0. RGB value is (177,114,208). Sum of RGB (Red+Green+Blue) = 177+114+208=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #B172D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172D0 is #4E8D2F. Grayscale: #8F8F8F. Windows color (decimal): -5147952 or 13660849. OLE color: 13660849.

HSL color Cylindrical-coordinate representation of color #B172D0: hue angle of 280.21º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B172D0 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177114208-
CMYK0.150.4500.18
HSL280.21º50%63.14%-
HSV(B)280.21º45.19%81.57%-
XYZ35.5325.9462.81-
YUV143.55164.37151.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=35.47%
G=22.85%
B=41.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771142080.150.4500.18280.215063.14
HexB172D0F2D012118323f
Octal26116232017550224306277
Binary101100011110010110100001111101101010010100011000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172D0; }

 p { color: rgb(177,114,208); }

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

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

 a { background-color: rgb(177,114,208); }

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

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

 span { border-color: rgb(177,114,208); }

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