#B174CF

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

Shades of Amethyst #B174CF

Tints of Amethyst #B174CF

Color information

#B174CF (or 0xB174CF) is unknown color: approx Amethyst. HEX triplet: B1, 74 and CF. RGB value is (177,116,207). Sum of RGB (Red+Green+Blue) = 177+116+207=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #B174CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174CF is #4E8B30. Grayscale: #909090. Windows color (decimal): -5147441 or 13595825. OLE color: 13595825.

HSL color Cylindrical-coordinate representation of color #B174CF: hue angle of 280.22º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B174CF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177116207-
CMYK0.140.4400.19
HSL280.22º48.66%63.33%-
HSV(B)280.22º43.96%81.18%-
XYZ35.6426.3462.24-
YUV144.61163.21151.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 116 (45.70% from 255) = 23.2%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=35.4%
G=23.2%
B=41.4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771162070.140.4400.19280.2248.6663.33
HexB174CFE2C013118313f
Octal26116431716540234306177
Binary101100011110100110011111110101100010011100011000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174CF; }

 p { color: rgb(177,116,207); }

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

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

 a { background-color: rgb(177,116,207); }

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

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

 span { border-color: rgb(177,116,207); }

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