Html Css Color HEX #B16CE0 Amethyst

📋 copy color: '#B16CE0'

red 177 ◦ green 108 ◦ blue 224

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

Shades of Amethyst #B16CE0

Tints of Amethyst #B16CE0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.22%

 BLUE value IS 224 (87.89% from 255) = 44.01%

R = 34.77%
G = 21.22%
B = 44.01%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B16CE0 (or 0xB16CE0) is known color: Amethyst. HEX triplet: B1, 6C and E0. RGB value is (177,108,224). Sum of RGB (Red+Green+Blue) = 177+108+224=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #B16CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CE0 is #4E931F. Grayscale: #8D8D8D. Windows color (decimal): -5149472 or 14707889. OLE color: 14707889.

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

Color convert

RGB 177 108 224 -
CMYK 0.21 0.52 0 0.12
HSL 275.69º 0.65% 0.65% -
HSV(B) 275.69º 0.52% 0.88% -
XYZ 36.95 25.45 73.49 -
YUV 141.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 177 108 224 0.21 0.52 0 0.12 275.69 0.65 0.65
Hex B1 6C E0 15 34 0 C 114 41 41
Octal 261 154 340 25 64 0 14 424 101 101
Binary 10110001 1101100 11100000 10101 110100 0 1100 100010100 1000001 1000001

Color Harmonies of #B16CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CE0

Black with #B16CE0

Text Example


Text Example

White with #B16CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CE0; }

 p { color: rgb(177,108,224); }

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

background-color css

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

 a { background-color: rgb(177,108,224); }

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

border-color css

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

 span { border-color: rgb(177,108,224); }

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