Html Css Color HEX #B477DD Amethyst

📋 copy color: '#B477DD'

red 180 ◦ green 119 ◦ blue 221

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

Shades of Amethyst #B477DD

Tints of Amethyst #B477DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.88%

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

R = 34.62%
G = 22.88%
B = 42.5%

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

#B477DD (or 0xB477DD) is known color: Amethyst. HEX triplet: B4, 77 and DD. RGB value is (180,119,221). Sum of RGB (Red+Green+Blue) = 180+119+221=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #B477DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477DD is #4B8822. Grayscale: #949494. Windows color (decimal): -4950051 or 14514100. OLE color: 14514100.

HSL color Cylindrical-coordinate representation of color #B477DD: hue angle of 275.88º 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 #B477DD is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 119 221 -
CMYK 0.19 0.46 0 0.13
HSL 275.88º 0.6% 0.67% -
HSV(B) 275.88º 0.46% 0.87% -
XYZ 38.47 28.12 71.81 -
YUV 148.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 180 119 221 0.19 0.46 0 0.13 275.88 0.6 0.67
Hex B4 77 DD 13 2E 0 D 114 3C 43
Octal 264 167 335 23 56 0 15 424 74 103
Binary 10110100 1110111 11011101 10011 101110 0 1101 100010100 111100 1000011

Color Harmonies of #B477DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477DD

Black with #B477DD

Text Example


Text Example

White with #B477DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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