Html Css Color HEX #B17ADD Amethyst

📋 copy color: '#B17ADD'

red 177 ◦ green 122 ◦ blue 221

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

Shades of Amethyst #B17ADD

Tints of Amethyst #B17ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 34.04%
G = 23.46%
B = 42.5%

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

#B17ADD (or 0xB17ADD) is known color: Amethyst. HEX triplet: B1, 7A and DD. RGB value is (177,122,221). Sum of RGB (Red+Green+Blue) = 177+122+221=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #B17ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ADD is #4E8522. Grayscale: #959595. Windows color (decimal): -5145891 or 14514865. OLE color: 14514865.

HSL color Cylindrical-coordinate representation of color #B17ADD: hue angle of 273.33º degrees, saturation: 0.59, 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 #B17ADD is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 122 221 -
CMYK 0.20 0.45 0 0.13
HSL 273.33º 0.59% 0.67% -
HSV(B) 273.33º 0.45% 0.87% -
XYZ 38.14 28.49 71.89 -
YUV 149.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 177 122 221 0.20 0.45 0 0.13 273.33 0.59 0.67
Hex B1 7A DD 14 2D 0 D 111 3B 43
Octal 261 172 335 24 55 0 15 421 73 103
Binary 10110001 1111010 11011101 10100 101101 0 1101 100010001 111011 1000011

Color Harmonies of #B17ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17ADD

Black with #B17ADD

Text Example


Text Example

White with #B17ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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