Html Css Color HEX #B174D9 Amethyst

📋 copy color: '#B174D9'

red 177 ◦ green 116 ◦ blue 217

#B174D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #B174D9

Tints of Amethyst #B174D9

RGB

 RED value IS 177 (69.53% from 255) = 34.71%

 GREEN value IS 116 (45.7% from 255) = 22.75%

 BLUE value IS 217 (85.16% from 255) = 42.55%

R = 34.71%
G = 22.75%
B = 42.55%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B174D9 (or 0xB174D9) is known color: Amethyst. HEX triplet: B1, 74 and D9. RGB value is (177,116,217). Sum of RGB (Red+Green+Blue) = 177+116+217=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #B174D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174D9 is #4E8B26. Grayscale: #919191. Windows color (decimal): -5147431 or 14251185. OLE color: 14251185.

HSL color Cylindrical-coordinate representation of color #B174D9: hue angle of 276.24º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B174D9 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 116 217 -
CMYK 0.18 0.47 0 0.15
HSL 276.24º 0.57% 0.65% -
HSV(B) 276.24º 0.47% 0.85% -
XYZ 36.9 26.85 68.88 -
YUV 145.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 177 116 217 0.18 0.47 0 0.15 276.24 0.57 0.65
Hex B1 74 D9 12 2F 0 F 114 39 41
Octal 261 164 331 22 57 0 17 424 71 101
Binary 10110001 1110100 11011001 10010 101111 0 1111 100010100 111001 1000001

Color Harmonies of #B174D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174D9

Black with #B174D9

Text Example


Text Example

White with #B174D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B174D9; }

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

 H1.HeaderClassName
 {
   color: #B174D9;
 }
 .AnyTagClassName
 {
   color: #B174D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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