Html Css Color HEX #B172D1 Amethyst

📋 copy color: '#B172D1'

red 177 ◦ green 114 ◦ blue 209

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

Shades of Amethyst #B172D1

Tints of Amethyst #B172D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.8%

R = 35.4%
G = 22.8%
B = 41.8%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B172D1 (or 0xB172D1) is known color: Amethyst. HEX triplet: B1, 72 and D1. RGB value is (177,114,209). Sum of RGB (Red+Green+Blue) = 177+114+209=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #B172D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172D1 is #4E8D2E. Grayscale: #8F8F8F. Windows color (decimal): -5147951 or 13726385. OLE color: 13726385.

HSL color Cylindrical-coordinate representation of color #B172D1: hue angle of 279.79º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B172D1 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 114 209 -
CMYK 0.15 0.45 0 0.18
HSL 279.79º 0.51% 0.63% -
HSV(B) 279.79º 0.45% 0.82% -
XYZ 35.66 25.99 63.46 -
YUV 143.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 177 114 209 0.15 0.45 0 0.18 279.79 0.51 0.63
Hex B1 72 D1 F 2D 0 12 118 33 3F
Octal 261 162 321 17 55 0 22 430 63 77
Binary 10110001 1110010 11010001 1111 101101 0 10010 100011000 110011 111111

Color Harmonies of #B172D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172D1

Black with #B172D1

Text Example


Text Example

White with #B172D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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