Html Css Color HEX #B175D8 Amethyst

📋 copy color: '#B175D8'

red 177 ◦ green 117 ◦ blue 216

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

Shades of Amethyst #B175D8

Tints of Amethyst #B175D8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.94%

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

R = 34.71%
G = 22.94%
B = 42.35%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B175D8 (or 0xB175D8) is known color: Amethyst. HEX triplet: B1, 75 and D8. RGB value is (177,117,216). Sum of RGB (Red+Green+Blue) = 177+117+216=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #B175D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175D8 is #4E8A27. Grayscale: #919191. Windows color (decimal): -5147176 or 14185905. OLE color: 14185905.

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

Color convert

RGB 177 117 216 -
CMYK 0.18 0.46 0 0.15
HSL 276.36º 0.56% 0.65% -
HSV(B) 276.36º 0.46% 0.85% -
XYZ 36.89 27.03 68.24 -
YUV 146.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 177 117 216 0.18 0.46 0 0.15 276.36 0.56 0.65
Hex B1 75 D8 12 2E 0 F 114 38 41
Octal 261 165 330 22 56 0 17 424 70 101
Binary 10110001 1110101 11011000 10010 101110 0 1111 100010100 111000 1000001

Color Harmonies of #B175D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175D8

Black with #B175D8

Text Example


Text Example

White with #B175D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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