Html Css Color HEX #B17ADE Amethyst

📋 copy color: '#B17ADE'

red 177 ◦ green 122 ◦ blue 222

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

Shades of Amethyst #B17ADE

Tints of Amethyst #B17ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.42%

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 33.97%
G = 23.42%
B = 42.61%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B17ADE (or 0xB17ADE) is known color: Amethyst. HEX triplet: B1, 7A and DE. RGB value is (177,122,222). Sum of RGB (Red+Green+Blue) = 177+122+222=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #B17ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ADE is #4E8521. Grayscale: #959595. Windows color (decimal): -5145890 or 14580401. OLE color: 14580401.

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

Color convert

RGB 177 122 222 -
CMYK 0.20 0.45 0 0.13
HSL 273º 0.6% 0.67% -
HSV(B) 273º 0.45% 0.87% -
XYZ 38.28 28.54 72.6 -
YUV 149.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 177 122 222 0.20 0.45 0 0.13 273 0.6 0.67
Hex B1 7A DE 14 2D 0 D 111 3C 43
Octal 261 172 336 24 55 0 15 421 74 103
Binary 10110001 1111010 11011110 10100 101101 0 1101 100010001 111100 1000011

Color Harmonies of #B17ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17ADE

Black with #B17ADE

Text Example


Text Example

White with #B17ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17ADE; }

 p { color: rgb(177,122,222); }

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

background-color css

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

 a { background-color: rgb(177,122,222); }

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

border-color css

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

 span { border-color: rgb(177,122,222); }

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