Html Css Color HEX #B577DA Amethyst

📋 copy color: '#B577DA'

red 181 ◦ green 119 ◦ blue 218

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

Shades of Amethyst #B577DA

Tints of Amethyst #B577DA

RGB

 RED value IS 181 (71.09% from 255) = 34.94%

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

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

R = 34.94%
G = 22.97%
B = 42.08%

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

#B577DA (or 0xB577DA) is known color: Amethyst. HEX triplet: B5, 77 and DA. RGB value is (181,119,218). Sum of RGB (Red+Green+Blue) = 181+119+218=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #B577DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577DA is #4A8825. Grayscale: #949494. Windows color (decimal): -4884518 or 14317493. OLE color: 14317493.

HSL color Cylindrical-coordinate representation of color #B577DA: hue angle of 277.58º 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 #B577DA is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 119 218 -
CMYK 0.17 0.45 0 0.15
HSL 277.58º 0.57% 0.66% -
HSV(B) 277.58º 0.45% 0.85% -
XYZ 38.31 28.08 69.73 -
YUV 148.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 181 119 218 0.17 0.45 0 0.15 277.58 0.57 0.66
Hex B5 77 DA 11 2D 0 F 116 39 42
Octal 265 167 332 21 55 0 17 426 71 102
Binary 10110101 1110111 11011010 10001 101101 0 1111 100010110 111001 1000010

Color Harmonies of #B577DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B577DA

Black with #B577DA

Text Example


Text Example

White with #B577DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B577DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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