#b170e0

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

Shades of Amethyst #B170E0

Tints of Amethyst #B170E0

Color information

#B170E0 (or 0xB170E0) is unknown color: approx Amethyst. HEX triplet: B1, 70 and E0. RGB value is (177,112,224). Sum of RGB (Red+Green+Blue) = 177+112+224=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #B170E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170E0 is #4E8F1F. Grayscale: #8F8F8F. Windows color (decimal): -5148448 or 14708913. OLE color: 14708913.

HSL color Cylindrical-coordinate representation of color #B170E0: hue angle of 274.82º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B170E0 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB177112224-
CMYK0.210.5000.12
HSL274.82º64.37%65.88%-
HSV(B)274.82º50%87.84%-
XYZ37.3826.3273.63-
YUV144.2173.03151.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 112 (44.14% from 255) = 21.83%
BLUE value IS 224 (87.89% from 255) = 43.66%
R=34.50%
G=21.83%
B=43.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1771122240.210.5000.12274.8264.3765.88
HexB170E015320C1134042
Octal2611603402562014423100102
Binary10110001111000011100000101011100100110010001001110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b170e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b170e0; }

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

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

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

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

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

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

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

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