#B174DD

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

Shades of Amethyst #B174DD

Tints of Amethyst #B174DD

Color information

#B174DD (or 0xB174DD) is unknown color: approx Amethyst. HEX triplet: B1, 74 and DD. RGB value is (177,116,221). Sum of RGB (Red+Green+Blue) = 177+116+221=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #B174DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174DD is #4E8B22. Grayscale: #919191. Windows color (decimal): -5147427 or 14513329. OLE color: 14513329.

HSL color Cylindrical-coordinate representation of color #B174DD: hue angle of 274.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B174DD is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177116221-
CMYK0.200.4800.13
HSL274.86º60.69%66.08%-
HSV(B)274.86º47.51%86.67%-
XYZ37.4327.0671.66-
YUV146.21170.21149.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.44%
GREEN value IS 116 (45.70% from 255) = 22.57%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=34.44%
G=22.57%
B=43.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771162210.200.4800.13274.8660.6966.08
HexB174DD14300D1133d42
Octal261164335246001542375102
Binary1011000111101001101110110100110000011011000100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174DD; }

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

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

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

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

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

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

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

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