Html Css Color HEX #B174DD Amethyst

📋 copy color: '#B174DD'

red 177 ◦ green 116 ◦ blue 221

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

Shades of Amethyst #B174DD

Tints of Amethyst #B174DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 34.44%
G = 22.57%
B = 43%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B174DD (or 0xB174DD) is known color: Amethyst. HEX triplet: B1, 74 and DD. RGB value is (177,116,221). Sum of RGB (Red+Green+Blue) = 177+116+221=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #B174DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174DD is #4E8B22. Grayscale: #919191. Windows color (decimal): -5147427 or 14513329. OLE color: 14513329.

HSL color Cylindrical-coordinate representation of color #B174DD: hue angle of 274.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B174DD is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 116 221 -
CMYK 0.20 0.48 0 0.13
HSL 274.86º 0.61% 0.66% -
HSV(B) 274.86º 0.48% 0.87% -
XYZ 37.43 27.06 71.66 -
YUV 146.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 177 116 221 0.20 0.48 0 0.13 274.86 0.61 0.66
Hex B1 74 DD 14 30 0 D 113 3D 42
Octal 261 164 335 24 60 0 15 423 75 102
Binary 10110001 1110100 11011101 10100 110000 0 1101 100010011 111101 1000010

Color Harmonies of #B174DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174DD

Black with #B174DD

Text Example


Text Example

White with #B174DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B174DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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