Html Css Color HEX #B174DC Amethyst

📋 copy color: '#B174DC'

red 177 ◦ green 116 ◦ blue 220

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

Shades of Amethyst #B174DC

Tints of Amethyst #B174DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 34.5%
G = 22.61%
B = 42.88%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B174DC (or 0xB174DC) is known color: Amethyst. HEX triplet: B1, 74 and DC. RGB value is (177,116,220). Sum of RGB (Red+Green+Blue) = 177+116+220=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #B174DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174DC is #4E8B23. Grayscale: #919191. Windows color (decimal): -5147428 or 14447793. OLE color: 14447793.

HSL color Cylindrical-coordinate representation of color #B174DC: hue angle of 275.19º degrees, saturation: 0.6, 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 #B174DC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 116 220 -
CMYK 0.20 0.47 0 0.14
HSL 275.19º 0.6% 0.66% -
HSV(B) 275.19º 0.47% 0.86% -
XYZ 37.3 27.01 70.96 -
YUV 146.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 177 116 220 0.20 0.47 0 0.14 275.19 0.6 0.66
Hex B1 74 DC 14 2F 0 E 113 3C 42
Octal 261 164 334 24 57 0 16 423 74 102
Binary 10110001 1110100 11011100 10100 101111 0 1110 100010011 111100 1000010

Color Harmonies of #B174DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174DC

Black with #B174DC

Text Example


Text Example

White with #B174DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B174DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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