Html Css Color HEX #B170E1 Amethyst

📋 copy color: '#B170E1'

red 177 ◦ green 112 ◦ blue 225

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

Shades of Amethyst #B170E1

Tints of Amethyst #B170E1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.79%

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

R = 34.44%
G = 21.79%
B = 43.77%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B170E1 (or 0xB170E1) is known color: Amethyst. HEX triplet: B1, 70 and E1. RGB value is (177,112,225). Sum of RGB (Red+Green+Blue) = 177+112+225=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #B170E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170E1 is #4E8F1E. Grayscale: #8F8F8F. Windows color (decimal): -5148447 or 14774449. OLE color: 14774449.

HSL color Cylindrical-coordinate representation of color #B170E1: hue angle of 274.51º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B170E1 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 112 225 -
CMYK 0.21 0.50 0 0.12
HSL 274.51º 0.65% 0.66% -
HSV(B) 274.51º 0.5% 0.88% -
XYZ 37.52 26.37 74.35 -
YUV 144.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 177 112 225 0.21 0.50 0 0.12 274.51 0.65 0.66
Hex B1 70 E1 15 32 0 C 113 41 42
Octal 261 160 341 25 62 0 14 423 101 102
Binary 10110001 1110000 11100001 10101 110010 0 1100 100010011 1000001 1000010

Color Harmonies of #B170E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170E1

Black with #B170E1

Text Example


Text Example

White with #B170E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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