Html Css Color HEX #B37ADC Amethyst

📋 copy color: '#B37ADC'

red 179 ◦ green 122 ◦ blue 220

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

Shades of Amethyst #B37ADC

Tints of Amethyst #B37ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 34.36%
G = 23.42%
B = 42.23%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B37ADC (or 0xB37ADC) is known color: Amethyst. HEX triplet: B3, 7A and DC. RGB value is (179,122,220). Sum of RGB (Red+Green+Blue) = 179+122+220=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #B37ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37ADC is #4C8523. Grayscale: #959595. Windows color (decimal): -5014820 or 14449331. OLE color: 14449331.

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

Color convert

RGB 179 122 220 -
CMYK 0.19 0.45 0 0.14
HSL 274.9º 0.58% 0.67% -
HSV(B) 274.9º 0.45% 0.86% -
XYZ 38.47 28.67 71.22 -
YUV 150.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 179 122 220 0.19 0.45 0 0.14 274.9 0.58 0.67
Hex B3 7A DC 13 2D 0 E 113 3A 43
Octal 263 172 334 23 55 0 16 423 72 103
Binary 10110011 1111010 11011100 10011 101101 0 1110 100010011 111010 1000011

Color Harmonies of #B37ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37ADC

Black with #B37ADC

Text Example


Text Example

White with #B37ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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