Html Css Color HEX #B577E1 Amethyst

📋 copy color: '#B577E1'

red 181 ◦ green 119 ◦ blue 225

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

Shades of Amethyst #B577E1

Tints of Amethyst #B577E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.86%

R = 34.48%
G = 22.67%
B = 42.86%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B577E1 (or 0xB577E1) is known color: Amethyst. HEX triplet: B5, 77 and E1. RGB value is (181,119,225). Sum of RGB (Red+Green+Blue) = 181+119+225=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #B577E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577E1 is #4A881E. Grayscale: #959595. Windows color (decimal): -4884511 or 14776245. OLE color: 14776245.

HSL color Cylindrical-coordinate representation of color #B577E1: hue angle of 275.09º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B577E1 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 119 225 -
CMYK 0.20 0.47 0 0.12
HSL 275.09º 0.64% 0.67% -
HSV(B) 275.09º 0.47% 0.88% -
XYZ 39.24 28.45 74.66 -
YUV 149.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 181 119 225 0.20 0.47 0 0.12 275.09 0.64 0.67
Hex B5 77 E1 14 2F 0 C 113 40 43
Octal 265 167 341 24 57 0 14 423 100 103
Binary 10110101 1110111 11100001 10100 101111 0 1100 100010011 1000000 1000011

Color Harmonies of #B577E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B577E1

Black with #B577E1

Text Example


Text Example

White with #B577E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B577E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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