Html Css Color HEX #B577DC Amethyst

📋 copy color: '#B577DC'

red 181 ◦ green 119 ◦ blue 220

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

Shades of Amethyst #B577DC

Tints of Amethyst #B577DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 34.81%
G = 22.88%
B = 42.31%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B577DC (or 0xB577DC) is known color: Amethyst. HEX triplet: B5, 77 and DC. RGB value is (181,119,220). Sum of RGB (Red+Green+Blue) = 181+119+220=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #B577DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577DC is #4A8823. Grayscale: #949494. Windows color (decimal): -4884516 or 14448565. OLE color: 14448565.

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

Color convert

RGB 181 119 220 -
CMYK 0.18 0.46 0 0.14
HSL 276.83º 0.59% 0.66% -
HSV(B) 276.83º 0.46% 0.86% -
XYZ 38.57 28.18 71.12 -
YUV 149.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 181 119 220 0.18 0.46 0 0.14 276.83 0.59 0.66
Hex B5 77 DC 12 2E 0 E 115 3B 42
Octal 265 167 334 22 56 0 16 425 73 102
Binary 10110101 1110111 11011100 10010 101110 0 1110 100010101 111011 1000010

Color Harmonies of #B577DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B577DC

Black with #B577DC

Text Example


Text Example

White with #B577DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B577DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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