Html Css Color HEX #B172DD Amethyst

📋 copy color: '#B172DD'

red 177 ◦ green 114 ◦ blue 221

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

Shades of Amethyst #B172DD

Tints of Amethyst #B172DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

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

R = 34.57%
G = 22.27%
B = 43.16%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B172DD (or 0xB172DD) is known color: Amethyst. HEX triplet: B1, 72 and DD. RGB value is (177,114,221). Sum of RGB (Red+Green+Blue) = 177+114+221=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #B172DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172DD is #4E8D22. Grayscale: #909090. Windows color (decimal): -5147939 or 14512817. OLE color: 14512817.

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

Color convert

RGB 177 114 221 -
CMYK 0.20 0.48 0 0.13
HSL 275.33º 0.61% 0.66% -
HSV(B) 275.33º 0.48% 0.87% -
XYZ 37.2 26.6 71.58 -
YUV 145.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 177 114 221 0.20 0.48 0 0.13 275.33 0.61 0.66
Hex B1 72 DD 14 30 0 D 113 3D 42
Octal 261 162 335 24 60 0 15 423 75 102
Binary 10110001 1110010 11011101 10100 110000 0 1101 100010011 111101 1000010

Color Harmonies of #B172DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172DD

Black with #B172DD

Text Example


Text Example

White with #B172DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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