Html Css Color HEX #B479DC Amethyst

📋 copy color: '#B479DC'

red 180 ◦ green 121 ◦ blue 220

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

Shades of Amethyst #B479DC

Tints of Amethyst #B479DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.22%

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

R = 34.55%
G = 23.22%
B = 42.23%

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

#B479DC (or 0xB479DC) is known color: Amethyst. HEX triplet: B4, 79 and DC. RGB value is (180,121,220). Sum of RGB (Red+Green+Blue) = 180+121+220=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 121 (47.66% from 255 or 23.22% 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 #B479DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479DC is #4B8623. Grayscale: #959595. Windows color (decimal): -4949540 or 14449076. OLE color: 14449076.

HSL color Cylindrical-coordinate representation of color #B479DC: hue angle of 275.76º degrees, saturation: 0.59, 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 #B479DC is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 121 220 -
CMYK 0.18 0.45 0 0.14
HSL 275.76º 0.59% 0.67% -
HSV(B) 275.76º 0.45% 0.86% -
XYZ 38.58 28.55 71.19 -
YUV 149.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 180 121 220 0.18 0.45 0 0.14 275.76 0.59 0.67
Hex B4 79 DC 12 2D 0 E 114 3B 43
Octal 264 171 334 22 55 0 16 424 73 103
Binary 10110100 1111001 11011100 10010 101101 0 1110 100010100 111011 1000011

Color Harmonies of #B479DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479DC

Black with #B479DC

Text Example


Text Example

White with #B479DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479DC; }

 p { color: rgb(180,121,220); }

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

background-color css

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

 a { background-color: rgb(180,121,220); }

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

border-color css

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

 span { border-color: rgb(180,121,220); }

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