Html Css Color HEX #B37ADD Amethyst

📋 copy color: '#B37ADD'

red 179 ◦ green 122 ◦ blue 221

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

Shades of Amethyst #B37ADD

Tints of Amethyst #B37ADD

RGB

 RED value IS 179 (70.31% from 255) = 34.29%

 GREEN value IS 122 (48.05% from 255) = 23.37%

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

R = 34.29%
G = 23.37%
B = 42.34%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B37ADD (or 0xB37ADD) is known color: Amethyst. HEX triplet: B3, 7A and DD. RGB value is (179,122,221). Sum of RGB (Red+Green+Blue) = 179+122+221=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #B37ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37ADD is #4C8522. Grayscale: #959595. Windows color (decimal): -5014819 or 14514867. OLE color: 14514867.

HSL color Cylindrical-coordinate representation of color #B37ADD: hue angle of 274.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B37ADD is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 122 221 -
CMYK 0.19 0.45 0 0.13
HSL 274.55º 0.59% 0.67% -
HSV(B) 274.55º 0.45% 0.87% -
XYZ 38.6 28.72 71.92 -
YUV 150.33 167.88 148.45 -
System Red Green Blue C M Y K H S L
Decimal 179 122 221 0.19 0.45 0 0.13 274.55 0.59 0.67
Hex B3 7A DD 13 2D 0 D 113 3B 43
Octal 263 172 335 23 55 0 15 423 73 103
Binary 10110011 1111010 11011101 10011 101101 0 1101 100010011 111011 1000011

Color Harmonies of #B37ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37ADD

Black with #B37ADD

Text Example


Text Example

White with #B37ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37ADD; }

 p { color: rgb(179,122,221); }

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

background-color css

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

 a { background-color: rgb(179,122,221); }

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

border-color css

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

 span { border-color: rgb(179,122,221); }

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