Html Css Color HEX #B174D3 Amethyst

📋 copy color: '#B174D3'

red 177 ◦ green 116 ◦ blue 211

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

Shades of Amethyst #B174D3

Tints of Amethyst #B174D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.87%

R = 35.12%
G = 23.02%
B = 41.87%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B174D3 (or 0xB174D3) is known color: Amethyst. HEX triplet: B1, 74 and D3. RGB value is (177,116,211). Sum of RGB (Red+Green+Blue) = 177+116+211=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #B174D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174D3 is #4E8B2C. Grayscale: #909090. Windows color (decimal): -5147437 or 13857969. OLE color: 13857969.

HSL color Cylindrical-coordinate representation of color #B174D3: hue angle of 278.53º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B174D3 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 116 211 -
CMYK 0.16 0.45 0 0.17
HSL 278.53º 0.52% 0.64% -
HSV(B) 278.53º 0.45% 0.83% -
XYZ 36.13 26.54 64.85 -
YUV 145.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 177 116 211 0.16 0.45 0 0.17 278.53 0.52 0.64
Hex B1 74 D3 10 2D 0 11 117 34 40
Octal 261 164 323 20 55 0 21 427 64 100
Binary 10110001 1110100 11010011 10000 101101 0 10001 100010111 110100 1000000

Color Harmonies of #B174D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174D3

Black with #B174D3

Text Example


Text Example

White with #B174D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B174D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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