Html Css Color HEX #B576DB Amethyst

📋 copy color: '#B576DB'

red 181 ◦ green 118 ◦ blue 219

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

Shades of Amethyst #B576DB

Tints of Amethyst #B576DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 34.94%
G = 22.78%
B = 42.28%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B576DB (or 0xB576DB) is known color: Amethyst. HEX triplet: B5, 76 and DB. RGB value is (181,118,219). Sum of RGB (Red+Green+Blue) = 181+118+219=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #B576DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576DB is #4A8924. Grayscale: #949494. Windows color (decimal): -4884773 or 14382773. OLE color: 14382773.

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

Color convert

RGB 181 118 219 -
CMYK 0.17 0.46 0 0.14
HSL 277.43º 0.58% 0.66% -
HSV(B) 277.43º 0.46% 0.86% -
XYZ 38.32 27.9 70.38 -
YUV 148.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 181 118 219 0.17 0.46 0 0.14 277.43 0.58 0.66
Hex B5 76 DB 11 2E 0 E 115 3A 42
Octal 265 166 333 21 56 0 16 425 72 102
Binary 10110101 1110110 11011011 10001 101110 0 1110 100010101 111010 1000010

Color Harmonies of #B576DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B576DB

Black with #B576DB

Text Example


Text Example

White with #B576DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B576DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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