Html Css Color HEX #B175E1 Amethyst

📋 copy color: '#B175E1'

red 177 ◦ green 117 ◦ blue 225

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

Shades of Amethyst #B175E1

Tints of Amethyst #B175E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.35%

R = 34.1%
G = 22.54%
B = 43.35%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B175E1 (or 0xB175E1) is known color: Amethyst. HEX triplet: B1, 75 and E1. RGB value is (177,117,225). Sum of RGB (Red+Green+Blue) = 177+117+225=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #B175E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175E1 is #4E8A1E. Grayscale: #929292. Windows color (decimal): -5147167 or 14775729. OLE color: 14775729.

HSL color Cylindrical-coordinate representation of color #B175E1: hue angle of 273.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B175E1 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 117 225 -
CMYK 0.21 0.48 0 0.12
HSL 273.33º 0.64% 0.67% -
HSV(B) 273.33º 0.48% 0.88% -
XYZ 38.08 27.51 74.54 -
YUV 147.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 177 117 225 0.21 0.48 0 0.12 273.33 0.64 0.67
Hex B1 75 E1 15 30 0 C 111 40 43
Octal 261 165 341 25 60 0 14 421 100 103
Binary 10110001 1110101 11100001 10101 110000 0 1100 100010001 1000000 1000011

Color Harmonies of #B175E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175E1

Black with #B175E1

Text Example


Text Example

White with #B175E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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