Html Css Color HEX #B577DB Amethyst

📋 copy color: '#B577DB'

red 181 ◦ green 119 ◦ blue 219

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

Shades of Amethyst #B577DB

Tints of Amethyst #B577DB

RGB

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

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

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

R = 34.87%
G = 22.93%
B = 42.2%

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

#B577DB (or 0xB577DB) is known color: Amethyst. HEX triplet: B5, 77 and DB. RGB value is (181,119,219). Sum of RGB (Red+Green+Blue) = 181+119+219=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #B577DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577DB is #4A8824. Grayscale: #949494. Windows color (decimal): -4884517 or 14383029. OLE color: 14383029.

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

Color convert

RGB 181 119 219 -
CMYK 0.17 0.46 0 0.14
HSL 277.2º 0.58% 0.66% -
HSV(B) 277.2º 0.46% 0.86% -
XYZ 38.44 28.13 70.42 -
YUV 148.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 181 119 219 0.17 0.46 0 0.14 277.2 0.58 0.66
Hex B5 77 DB 11 2E 0 E 115 3A 42
Octal 265 167 333 21 56 0 16 425 72 102
Binary 10110101 1110111 11011011 10001 101110 0 1110 100010101 111010 1000010

Color Harmonies of #B577DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B577DB

Black with #B577DB

Text Example


Text Example

White with #B577DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B577DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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