Html Css Color HEX #B171DB Amethyst

📋 copy color: '#B171DB'

red 177 ◦ green 113 ◦ blue 219

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

Shades of Amethyst #B171DB

Tints of Amethyst #B171DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 34.77%
G = 22.2%
B = 43.03%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B171DB (or 0xB171DB) is known color: Amethyst. HEX triplet: B1, 71 and DB. RGB value is (177,113,219). Sum of RGB (Red+Green+Blue) = 177+113+219=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #B171DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171DB is #4E8E24. Grayscale: #8F8F8F. Windows color (decimal): -5148197 or 14381489. OLE color: 14381489.

HSL color Cylindrical-coordinate representation of color #B171DB: hue angle of 276.23º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B171DB is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 113 219 -
CMYK 0.19 0.48 0 0.14
HSL 276.23º 0.6% 0.65% -
HSV(B) 276.23º 0.48% 0.86% -
XYZ 36.82 26.27 70.15 -
YUV 144.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 177 113 219 0.19 0.48 0 0.14 276.23 0.6 0.65
Hex B1 71 DB 13 30 0 E 114 3C 41
Octal 261 161 333 23 60 0 16 424 74 101
Binary 10110001 1110001 11011011 10011 110000 0 1110 100010100 111100 1000001

Color Harmonies of #B171DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171DB

Black with #B171DB

Text Example


Text Example

White with #B171DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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