Html Css Color HEX #B477DA Amethyst

📋 copy color: '#B477DA'

red 180 ◦ green 119 ◦ blue 218

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

Shades of Amethyst #B477DA

Tints of Amethyst #B477DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 34.82%
G = 23.02%
B = 42.17%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B477DA (or 0xB477DA) is known color: Amethyst. HEX triplet: B4, 77 and DA. RGB value is (180,119,218). Sum of RGB (Red+Green+Blue) = 180+119+218=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #B477DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477DA is #4B8825. Grayscale: #949494. Windows color (decimal): -4950054 or 14317492. OLE color: 14317492.

HSL color Cylindrical-coordinate representation of color #B477DA: hue angle of 276.97º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B477DA is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 119 218 -
CMYK 0.17 0.45 0 0.15
HSL 276.97º 0.57% 0.66% -
HSV(B) 276.97º 0.45% 0.85% -
XYZ 38.07 27.96 69.72 -
YUV 148.53 167.21 150.45 -
System Red Green Blue C M Y K H S L
Decimal 180 119 218 0.17 0.45 0 0.15 276.97 0.57 0.66
Hex B4 77 DA 11 2D 0 F 115 39 42
Octal 264 167 332 21 55 0 17 425 71 102
Binary 10110100 1110111 11011010 10001 101101 0 1111 100010101 111001 1000010

Color Harmonies of #B477DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477DA

Black with #B477DA

Text Example


Text Example

White with #B477DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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