Html Css Color HEX #B277E1 Amethyst

📋 copy color: '#B277E1'

red 178 ◦ green 119 ◦ blue 225

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

Shades of Amethyst #B277E1

Tints of Amethyst #B277E1

RGB

 RED value IS 178 (69.92% from 255) = 34.1%

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

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

R = 34.1%
G = 22.8%
B = 43.1%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B277E1 (or 0xB277E1) is known color: Amethyst. HEX triplet: B2, 77 and E1. RGB value is (178,119,225). Sum of RGB (Red+Green+Blue) = 178+119+225=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #B277E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277E1 is #4D881E. Grayscale: #949494. Windows color (decimal): -5081119 or 14776242. OLE color: 14776242.

HSL color Cylindrical-coordinate representation of color #B277E1: hue angle of 273.4º 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 #B277E1 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 119 225 -
CMYK 0.21 0.47 0 0.12
HSL 273.4º 0.64% 0.67% -
HSV(B) 273.4º 0.47% 0.88% -
XYZ 38.55 28.09 74.63 -
YUV 148.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 178 119 225 0.21 0.47 0 0.12 273.4 0.64 0.67
Hex B2 77 E1 15 2F 0 C 111 40 43
Octal 262 167 341 25 57 0 14 421 100 103
Binary 10110010 1110111 11100001 10101 101111 0 1100 100010001 1000000 1000011

Color Harmonies of #B277E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277E1

Black with #B277E1

Text Example


Text Example

White with #B277E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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