Html Css Color HEX #B476DC Amethyst

📋 copy color: '#B476DC'

red 180 ◦ green 118 ◦ blue 220

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

Shades of Amethyst #B476DC

Tints of Amethyst #B476DC

RGB

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

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

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

R = 34.75%
G = 22.78%
B = 42.47%

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

#B476DC (or 0xB476DC) is known color: Amethyst. HEX triplet: B4, 76 and DC. RGB value is (180,118,220). Sum of RGB (Red+Green+Blue) = 180+118+220=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #B476DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476DC is #4B8923. Grayscale: #939393. Windows color (decimal): -4950308 or 14448308. OLE color: 14448308.

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

Color convert

RGB 180 118 220 -
CMYK 0.18 0.46 0 0.14
HSL 276.47º 0.59% 0.66% -
HSV(B) 276.47º 0.46% 0.86% -
XYZ 38.22 27.83 71.07 -
YUV 148.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 180 118 220 0.18 0.46 0 0.14 276.47 0.59 0.66
Hex B4 76 DC 12 2E 0 E 114 3B 42
Octal 264 166 334 22 56 0 16 424 73 102
Binary 10110100 1110110 11011100 10010 101110 0 1110 100010100 111011 1000010

Color Harmonies of #B476DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476DC

Black with #B476DC

Text Example


Text Example

White with #B476DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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