Html Css Color HEX #B476DB Amethyst

📋 copy color: '#B476DB'

red 180 ◦ green 118 ◦ blue 219

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

Shades of Amethyst #B476DB

Tints of Amethyst #B476DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 34.82%
G = 22.82%
B = 42.36%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B476DB (or 0xB476DB) is known color: Amethyst. HEX triplet: B4, 76 and DB. RGB value is (180,118,219). Sum of RGB (Red+Green+Blue) = 180+118+219=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #B476DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476DB is #4B8924. Grayscale: #939393. Windows color (decimal): -4950309 or 14382772. OLE color: 14382772.

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

Color convert

RGB 180 118 219 -
CMYK 0.18 0.46 0 0.14
HSL 276.83º 0.58% 0.66% -
HSV(B) 276.83º 0.46% 0.86% -
XYZ 38.09 27.77 70.37 -
YUV 148.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 180 118 219 0.18 0.46 0 0.14 276.83 0.58 0.66
Hex B4 76 DB 12 2E 0 E 115 3A 42
Octal 264 166 333 22 56 0 16 425 72 102
Binary 10110100 1110110 11011011 10010 101110 0 1110 100010101 111010 1000010

Color Harmonies of #B476DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476DB

Black with #B476DB

Text Example


Text Example

White with #B476DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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