#B170E2

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

Shades of Amethyst #B170E2

Tints of Amethyst #B170E2

Color information

#B170E2 (or 0xB170E2) is unknown color: approx Amethyst. HEX triplet: B1, 70 and E2. RGB value is (177,112,226). Sum of RGB (Red+Green+Blue) = 177+112+226=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 226 - color contains mainly: blue. Hex color #B170E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170E2 is #4E8F1D. Grayscale: #909090. Windows color (decimal): -5148446 or 14839985. OLE color: 14839985.

HSL color Cylindrical-coordinate representation of color #B170E2: hue angle of 274.21º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B170E2 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177112226-
CMYK0.220.5000.11
HSL274.21º66.28%66.27%-
HSV(B)274.21º50.44%88.63%-
XYZ37.6526.4375.07-
YUV144.43174.03151.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 226 (88.67% from 255) = 43.88%
R=34.37%
G=21.75%
B=43.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771122260.220.5000.11274.2166.2866.27
HexB170E216320B1124242
Octal2611603422662013422102102
Binary10110001111000011100010101101100100101110001001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B170E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B170E2; }

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

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

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

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

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

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

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

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