Html Css Color HEX #B06EE2 Amethyst

📋 copy color: '#B06EE2'

red 176 ◦ green 110 ◦ blue 226

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

Shades of Amethyst #B06EE2

Tints of Amethyst #B06EE2

RGB

 RED value IS 176 (69.14% from 255) = 34.38%

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

 BLUE value IS 226 (88.67% from 255) = 44.14%

R = 34.38%
G = 21.48%
B = 44.14%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B06EE2 (or 0xB06EE2) is known color: Amethyst. HEX triplet: B0, 6E and E2. RGB value is (176,110,226). Sum of RGB (Red+Green+Blue) = 176+110+226=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #B06EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EE2 is #4F911D. Grayscale: #8E8E8E. Windows color (decimal): -5214494 or 14839472. OLE color: 14839472.

HSL color Cylindrical-coordinate representation of color #B06EE2: hue angle of 274.14º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B06EE2 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 110 226 -
CMYK 0.22 0.51 0 0.11
HSL 274.14º 0.67% 0.66% -
HSV(B) 274.14º 0.51% 0.89% -
XYZ 37.21 25.87 74.98 -
YUV 142.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 176 110 226 0.22 0.51 0 0.11 274.14 0.67 0.66
Hex B0 6E E2 16 33 0 B 112 43 42
Octal 260 156 342 26 63 0 13 422 103 102
Binary 10110000 1101110 11100010 10110 110011 0 1011 100010010 1000011 1000010

Color Harmonies of #B06EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06EE2

Black with #B06EE2

Text Example


Text Example

White with #B06EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06EE2; }

 p { color: rgb(176,110,226); }

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

background-color css

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

 a { background-color: rgb(176,110,226); }

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

border-color css

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

 span { border-color: rgb(176,110,226); }

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