Html Css Color HEX #B576DA Amethyst

📋 copy color: '#B576DA'

red 181 ◦ green 118 ◦ blue 218

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

Shades of Amethyst #B576DA

Tints of Amethyst #B576DA

RGB

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

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

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

R = 35.01%
G = 22.82%
B = 42.17%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B576DA (or 0xB576DA) is known color: Amethyst. HEX triplet: B5, 76 and DA. RGB value is (181,118,218). Sum of RGB (Red+Green+Blue) = 181+118+218=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 118 (46.48% from 255 or 22.82% 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 #B576DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576DA is #4A8925. Grayscale: #939393. Windows color (decimal): -4884774 or 14317237. OLE color: 14317237.

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

Color convert

RGB 181 118 218 -
CMYK 0.17 0.46 0 0.15
HSL 277.8º 0.57% 0.66% -
HSV(B) 277.8º 0.46% 0.85% -
XYZ 38.19 27.84 69.69 -
YUV 148.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 181 118 218 0.17 0.46 0 0.15 277.8 0.57 0.66
Hex B5 76 DA 11 2E 0 F 116 39 42
Octal 265 166 332 21 56 0 17 426 71 102
Binary 10110101 1110110 11011010 10001 101110 0 1111 100010110 111001 1000010

Color Harmonies of #B576DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B576DA

Black with #B576DA

Text Example


Text Example

White with #B576DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B576DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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