Html Css Color HEX #B171DD Amethyst

📋 copy color: '#B171DD'

red 177 ◦ green 113 ◦ blue 221

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

Shades of Amethyst #B171DD

Tints of Amethyst #B171DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.11%

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

R = 34.64%
G = 22.11%
B = 43.25%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B171DD (or 0xB171DD) is known color: Amethyst. HEX triplet: B1, 71 and DD. RGB value is (177,113,221). Sum of RGB (Red+Green+Blue) = 177+113+221=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #B171DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171DD is #4E8E22. Grayscale: #909090. Windows color (decimal): -5148195 or 14512561. OLE color: 14512561.

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

Color convert

RGB 177 113 221 -
CMYK 0.20 0.49 0 0.13
HSL 275.56º 0.61% 0.65% -
HSV(B) 275.56º 0.49% 0.87% -
XYZ 37.09 26.38 71.54 -
YUV 144.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 177 113 221 0.20 0.49 0 0.13 275.56 0.61 0.65
Hex B1 71 DD 14 31 0 D 114 3D 41
Octal 261 161 335 24 61 0 15 424 75 101
Binary 10110001 1110001 11011101 10100 110001 0 1101 100010100 111101 1000001

Color Harmonies of #B171DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171DD

Black with #B171DD

Text Example


Text Example

White with #B171DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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