Html Css Color HEX #B174DB Amethyst

📋 copy color: '#B174DB'

red 177 ◦ green 116 ◦ blue 219

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

Shades of Amethyst #B174DB

Tints of Amethyst #B174DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.66%

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

R = 34.57%
G = 22.66%
B = 42.77%

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

#B174DB (or 0xB174DB) is known color: Amethyst. HEX triplet: B1, 74 and DB. RGB value is (177,116,219). Sum of RGB (Red+Green+Blue) = 177+116+219=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #B174DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174DB is #4E8B24. Grayscale: #919191. Windows color (decimal): -5147429 or 14382257. OLE color: 14382257.

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

Color convert

RGB 177 116 219 -
CMYK 0.19 0.47 0 0.14
HSL 275.53º 0.59% 0.66% -
HSV(B) 275.53º 0.47% 0.86% -
XYZ 37.16 26.95 70.26 -
YUV 145.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 177 116 219 0.19 0.47 0 0.14 275.53 0.59 0.66
Hex B1 74 DB 13 2F 0 E 114 3B 42
Octal 261 164 333 23 57 0 16 424 73 102
Binary 10110001 1110100 11011011 10011 101111 0 1110 100010100 111011 1000010

Color Harmonies of #B174DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174DB

Black with #B174DB

Text Example


Text Example

White with #B174DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B174DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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