Html Css Color HEX #B478DB Amethyst

📋 copy color: '#B478DB'

red 180 ◦ green 120 ◦ blue 219

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

Shades of Amethyst #B478DB

Tints of Amethyst #B478DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.12%

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

R = 34.68%
G = 23.12%
B = 42.2%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B478DB (or 0xB478DB) is known color: Amethyst. HEX triplet: B4, 78 and DB. RGB value is (180,120,219). Sum of RGB (Red+Green+Blue) = 180+120+219=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #B478DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B478DB is #4B8724. Grayscale: #949494. Windows color (decimal): -4949797 or 14383284. OLE color: 14383284.

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

Color convert

RGB 180 120 219 -
CMYK 0.18 0.45 0 0.14
HSL 276.36º 0.58% 0.66% -
HSV(B) 276.36º 0.45% 0.86% -
XYZ 38.33 28.25 70.45 -
YUV 149.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 180 120 219 0.18 0.45 0 0.14 276.36 0.58 0.66
Hex B4 78 DB 12 2D 0 E 114 3A 42
Octal 264 170 333 22 55 0 16 424 72 102
Binary 10110100 1111000 11011011 10010 101101 0 1110 100010100 111010 1000010

Color Harmonies of #B478DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478DB

Black with #B478DB

Text Example


Text Example

White with #B478DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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