Html Css Color HEX #B677E5 Amethyst

📋 copy color: '#B677E5'

red 182 ◦ green 119 ◦ blue 229

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

Shades of Amethyst #B677E5

Tints of Amethyst #B677E5

RGB

 RED value IS 182 (71.48% from 255) = 34.34%

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

 BLUE value IS 229 (89.84% from 255) = 43.21%

R = 34.34%
G = 22.45%
B = 43.21%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B677E5 (or 0xB677E5) is known color: Amethyst. HEX triplet: B6, 77 and E5. RGB value is (182,119,229). Sum of RGB (Red+Green+Blue) = 182+119+229=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #B677E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677E5 is #49881A. Grayscale: #969696. Windows color (decimal): -4818971 or 15038390. OLE color: 15038390.

HSL color Cylindrical-coordinate representation of color #B677E5: hue angle of 274.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B677E5 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 119 229 -
CMYK 0.21 0.48 0 0.10
HSL 274.36º 0.68% 0.68% -
HSV(B) 274.36º 0.48% 0.9% -
XYZ 40.03 28.8 77.58 -
YUV 150.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 182 119 229 0.21 0.48 0 0.10 274.36 0.68 0.68
Hex B6 77 E5 15 30 0 A 112 44 44
Octal 266 167 345 25 60 0 12 422 104 104
Binary 10110110 1110111 11100101 10101 110000 0 1010 100010010 1000100 1000100

Color Harmonies of #B677E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B677E5

Black with #B677E5

Text Example


Text Example

White with #B677E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B677E5; }

 p { color: rgb(182,119,229); }

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

background-color css

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

 a { background-color: rgb(182,119,229); }

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

border-color css

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

 span { border-color: rgb(182,119,229); }

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