Html Css Color HEX #B172D8 Amethyst

📋 copy color: '#B172D8'

red 177 ◦ green 114 ◦ blue 216

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

Shades of Amethyst #B172D8

Tints of Amethyst #B172D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.6%

R = 34.91%
G = 22.49%
B = 42.6%

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

#B172D8 (or 0xB172D8) is known color: Amethyst. HEX triplet: B1, 72 and D8. RGB value is (177,114,216). Sum of RGB (Red+Green+Blue) = 177+114+216=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #B172D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172D8 is #4E8D27. Grayscale: #909090. Windows color (decimal): -5147944 or 14185137. OLE color: 14185137.

HSL color Cylindrical-coordinate representation of color #B172D8: hue angle of 277.06º degrees, saturation: 0.57, 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 #B172D8 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 114 216 -
CMYK 0.18 0.47 0 0.15
HSL 277.06º 0.57% 0.65% -
HSV(B) 277.06º 0.47% 0.85% -
XYZ 36.54 26.34 68.12 -
YUV 144.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 177 114 216 0.18 0.47 0 0.15 277.06 0.57 0.65
Hex B1 72 D8 12 2F 0 F 115 39 41
Octal 261 162 330 22 57 0 17 425 71 101
Binary 10110001 1110010 11011000 10010 101111 0 1111 100010101 111001 1000001

Color Harmonies of #B172D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172D8

Black with #B172D8

Text Example


Text Example

White with #B172D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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