Html Css Color HEX #B26EE8 Amethyst

📋 copy color: '#B26EE8'

red 178 ◦ green 110 ◦ blue 232

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

Shades of Amethyst #B26EE8

Tints of Amethyst #B26EE8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.15%

 BLUE value IS 232 (91.02% from 255) = 44.62%

R = 34.23%
G = 21.15%
B = 44.62%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B26EE8 (or 0xB26EE8) is known color: Amethyst. HEX triplet: B2, 6E and E8. RGB value is (178,110,232). Sum of RGB (Red+Green+Blue) = 178+110+232=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #B26EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26EE8 is #4D9117. Grayscale: #8F8F8F. Windows color (decimal): -5083416 or 15232690. OLE color: 15232690.

HSL color Cylindrical-coordinate representation of color #B26EE8: hue angle of 273.44º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B26EE8 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 110 232 -
CMYK 0.23 0.53 0 0.09
HSL 273.44º 0.73% 0.67% -
HSV(B) 273.44º 0.53% 0.91% -
XYZ 38.5 26.44 79.42 -
YUV 144.24 177.53 152.08 -
System Red Green Blue C M Y K H S L
Decimal 178 110 232 0.23 0.53 0 0.09 273.44 0.73 0.67
Hex B2 6E E8 17 35 0 9 111 49 43
Octal 262 156 350 27 65 0 11 421 111 103
Binary 10110010 1101110 11101000 10111 110101 0 1001 100010001 1001001 1000011

Color Harmonies of #B26EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26EE8

Black with #B26EE8

Text Example


Text Example

White with #B26EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26EE8; }

 p { color: rgb(178,110,232); }

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

background-color css

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

 a { background-color: rgb(178,110,232); }

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

border-color css

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

 span { border-color: rgb(178,110,232); }

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