Html Css Color HEX #B476DD Amethyst

📋 copy color: '#B476DD'

red 180 ◦ green 118 ◦ blue 221

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

Shades of Amethyst #B476DD

Tints of Amethyst #B476DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 34.68%
G = 22.74%
B = 42.58%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B476DD (or 0xB476DD) is known color: Amethyst. HEX triplet: B4, 76 and DD. RGB value is (180,118,221). Sum of RGB (Red+Green+Blue) = 180+118+221=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #B476DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476DD is #4B8922. Grayscale: #939393. Windows color (decimal): -4950307 or 14513844. OLE color: 14513844.

HSL color Cylindrical-coordinate representation of color #B476DD: hue angle of 276.12º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B476DD is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 118 221 -
CMYK 0.19 0.47 0 0.13
HSL 276.12º 0.6% 0.66% -
HSV(B) 276.12º 0.47% 0.87% -
XYZ 38.35 27.88 71.77 -
YUV 148.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 180 118 221 0.19 0.47 0 0.13 276.12 0.6 0.66
Hex B4 76 DD 13 2F 0 D 114 3C 42
Octal 264 166 335 23 57 0 15 424 74 102
Binary 10110100 1110110 11011101 10011 101111 0 1101 100010100 111100 1000010

Color Harmonies of #B476DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476DD

Black with #B476DD

Text Example


Text Example

White with #B476DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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