Html Css Color HEX #B478DD Amethyst

📋 copy color: '#B478DD'

red 180 ◦ green 120 ◦ blue 221

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

Shades of Amethyst #B478DD

Tints of Amethyst #B478DD

RGB

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

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

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

R = 34.55%
G = 23.03%
B = 42.42%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B478DD (or 0xB478DD) is known color: Amethyst. HEX triplet: B4, 78 and DD. RGB value is (180,120,221). Sum of RGB (Red+Green+Blue) = 180+120+221=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #B478DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B478DD is #4B8722. Grayscale: #959595. Windows color (decimal): -4949795 or 14514356. OLE color: 14514356.

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

Color convert

RGB 180 120 221 -
CMYK 0.19 0.46 0 0.13
HSL 275.64º 0.6% 0.67% -
HSV(B) 275.64º 0.46% 0.87% -
XYZ 38.59 28.36 71.85 -
YUV 149.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 180 120 221 0.19 0.46 0 0.13 275.64 0.6 0.67
Hex B4 78 DD 13 2E 0 D 114 3C 43
Octal 264 170 335 23 56 0 15 424 74 103
Binary 10110100 1111000 11011101 10011 101110 0 1101 100010100 111100 1000011

Color Harmonies of #B478DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478DD

Black with #B478DD

Text Example


Text Example

White with #B478DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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