Html Css Color HEX #B277E0 Amethyst

📋 copy color: '#B277E0'

red 178 ◦ green 119 ◦ blue 224

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

Shades of Amethyst #B277E0

Tints of Amethyst #B277E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.99%

R = 34.17%
G = 22.84%
B = 42.99%

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

#B277E0 (or 0xB277E0) is known color: Amethyst. HEX triplet: B2, 77 and E0. RGB value is (178,119,224). Sum of RGB (Red+Green+Blue) = 178+119+224=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #B277E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277E0 is #4D881F. Grayscale: #949494. Windows color (decimal): -5081120 or 14710706. OLE color: 14710706.

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

Color convert

RGB 178 119 224 -
CMYK 0.21 0.47 0 0.12
HSL 273.71º 0.63% 0.67% -
HSV(B) 273.71º 0.47% 0.88% -
XYZ 38.41 28.04 73.91 -
YUV 148.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 178 119 224 0.21 0.47 0 0.12 273.71 0.63 0.67
Hex B2 77 E0 15 2F 0 C 112 3F 43
Octal 262 167 340 25 57 0 14 422 77 103
Binary 10110010 1110111 11100000 10101 101111 0 1100 100010010 111111 1000011

Color Harmonies of #B277E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277E0

Black with #B277E0

Text Example


Text Example

White with #B277E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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