Html Css Color HEX #B16DDD Amethyst

📋 copy color: '#B16DDD'

red 177 ◦ green 109 ◦ blue 221

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

Shades of Amethyst #B16DDD

Tints of Amethyst #B16DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.5%

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 34.91%
G = 21.5%
B = 43.59%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B16DDD (or 0xB16DDD) is known color: Amethyst. HEX triplet: B1, 6D and DD. RGB value is (177,109,221). Sum of RGB (Red+Green+Blue) = 177+109+221=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #B16DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DDD is #4E9222. Grayscale: #8D8D8D. Windows color (decimal): -5149219 or 14511537. OLE color: 14511537.

HSL color Cylindrical-coordinate representation of color #B16DDD: hue angle of 276.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B16DDD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 109 221 -
CMYK 0.20 0.51 0 0.13
HSL 276.43º 0.62% 0.65% -
HSV(B) 276.43º 0.51% 0.87% -
XYZ 36.65 25.5 71.4 -
YUV 142.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 177 109 221 0.20 0.51 0 0.13 276.43 0.62 0.65
Hex B1 6D DD 14 33 0 D 114 3E 41
Octal 261 155 335 24 63 0 15 424 76 101
Binary 10110001 1101101 11011101 10100 110011 0 1101 100010100 111110 1000001

Color Harmonies of #B16DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DDD

Black with #B16DDD

Text Example


Text Example

White with #B16DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DDD; }

 p { color: rgb(177,109,221); }

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

background-color css

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

 a { background-color: rgb(177,109,221); }

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

border-color css

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

 span { border-color: rgb(177,109,221); }

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