Html Css Color HEX #B172D9 Amethyst

📋 copy color: '#B172D9'

red 177 ◦ green 114 ◦ blue 217

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

Shades of Amethyst #B172D9

Tints of Amethyst #B172D9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.44%

 BLUE value IS 217 (85.16% from 255) = 42.72%

R = 34.84%
G = 22.44%
B = 42.72%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B172D9 (or 0xB172D9) is known color: Amethyst. HEX triplet: B1, 72 and D9. RGB value is (177,114,217). Sum of RGB (Red+Green+Blue) = 177+114+217=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #B172D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172D9 is #4E8D26. Grayscale: #909090. Windows color (decimal): -5147943 or 14250673. OLE color: 14250673.

HSL color Cylindrical-coordinate representation of color #B172D9: hue angle of 276.7º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B172D9 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 114 217 -
CMYK 0.18 0.47 0 0.15
HSL 276.7º 0.58% 0.65% -
HSV(B) 276.7º 0.47% 0.85% -
XYZ 36.67 26.39 68.81 -
YUV 144.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 177 114 217 0.18 0.47 0 0.15 276.7 0.58 0.65
Hex B1 72 D9 12 2F 0 F 115 3A 41
Octal 261 162 331 22 57 0 17 425 72 101
Binary 10110001 1110010 11011001 10010 101111 0 1111 100010101 111010 1000001

Color Harmonies of #B172D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172D9

Black with #B172D9

Text Example


Text Example

White with #B172D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172D9; }

 p { color: rgb(177,114,217); }

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

background-color css

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

 a { background-color: rgb(177,114,217); }

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

border-color css

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

 span { border-color: rgb(177,114,217); }

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