Html Css Color HEX #B476D7 Amethyst

📋 copy color: '#B476D7'

red 180 ◦ green 118 ◦ blue 215

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

Shades of Amethyst #B476D7

Tints of Amethyst #B476D7

RGB

 RED value IS 180 (70.7% from 255) = 35.09%

 GREEN value IS 118 (46.48% from 255) = 23%

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 35.09%
G = 23%
B = 41.91%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B476D7 (or 0xB476D7) is known color: Amethyst. HEX triplet: B4, 76 and D7. RGB value is (180,118,215). Sum of RGB (Red+Green+Blue) = 180+118+215=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #B476D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476D7 is #4B8928. Grayscale: #939393. Windows color (decimal): -4950313 or 14120628. OLE color: 14120628.

HSL color Cylindrical-coordinate representation of color #B476D7: hue angle of 278.35º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B476D7 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 118 215 -
CMYK 0.16 0.45 0 0.16
HSL 278.35º 0.55% 0.65% -
HSV(B) 278.35º 0.45% 0.84% -
XYZ 37.57 27.57 67.63 -
YUV 147.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 180 118 215 0.16 0.45 0 0.16 278.35 0.55 0.65
Hex B4 76 D7 10 2D 0 10 116 37 41
Octal 264 166 327 20 55 0 20 426 67 101
Binary 10110100 1110110 11010111 10000 101101 0 10000 100010110 110111 1000001

Color Harmonies of #B476D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476D7

Black with #B476D7

Text Example


Text Example

White with #B476D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476D7; }

 p { color: rgb(180,118,215); }

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

background-color css

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

 a { background-color: rgb(180,118,215); }

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

border-color css

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

 span { border-color: rgb(180,118,215); }

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