Html Css Color HEX #B173DB Amethyst

📋 copy color: '#B173DB'

red 177 ◦ green 115 ◦ blue 219

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

Shades of Amethyst #B173DB

Tints of Amethyst #B173DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.5%

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

R = 34.64%
G = 22.5%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B173DB (or 0xB173DB) is known color: Amethyst. HEX triplet: B1, 73 and DB. RGB value is (177,115,219). Sum of RGB (Red+Green+Blue) = 177+115+219=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #B173DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173DB is #4E8C24. Grayscale: #919191. Windows color (decimal): -5147685 or 14382001. OLE color: 14382001.

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

Color convert

RGB 177 115 219 -
CMYK 0.19 0.47 0 0.14
HSL 275.77º 0.59% 0.65% -
HSV(B) 275.77º 0.47% 0.86% -
XYZ 37.05 26.72 70.22 -
YUV 145.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 177 115 219 0.19 0.47 0 0.14 275.77 0.59 0.65
Hex B1 73 DB 13 2F 0 E 114 3B 41
Octal 261 163 333 23 57 0 16 424 73 101
Binary 10110001 1110011 11011011 10011 101111 0 1110 100010100 111011 1000001

Color Harmonies of #B173DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B173DB

Black with #B173DB

Text Example


Text Example

White with #B173DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B173DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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