Html Css Color HEX #B576DD Amethyst

📋 copy color: '#B576DD'

red 181 ◦ green 118 ◦ blue 221

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

Shades of Amethyst #B576DD

Tints of Amethyst #B576DD

RGB

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

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

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

R = 34.81%
G = 22.69%
B = 42.5%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B576DD (or 0xB576DD) is known color: Amethyst. HEX triplet: B5, 76 and DD. RGB value is (181,118,221). Sum of RGB (Red+Green+Blue) = 181+118+221=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 118 (46.48% from 255 or 22.69% 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 #B576DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576DD is #4A8922. Grayscale: #949494. Windows color (decimal): -4884771 or 14513845. OLE color: 14513845.

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

Color convert

RGB 181 118 221 -
CMYK 0.18 0.47 0 0.13
HSL 276.7º 0.6% 0.66% -
HSV(B) 276.7º 0.47% 0.87% -
XYZ 38.59 28 71.78 -
YUV 148.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 181 118 221 0.18 0.47 0 0.13 276.7 0.6 0.66
Hex B5 76 DD 12 2F 0 D 115 3C 42
Octal 265 166 335 22 57 0 15 425 74 102
Binary 10110101 1110110 11011101 10010 101111 0 1101 100010101 111100 1000010

Color Harmonies of #B576DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B576DD

Black with #B576DD

Text Example


Text Example

White with #B576DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B576DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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