Html Css Color HEX #B06EE0 Amethyst

📋 copy color: '#B06EE0'

red 176 ◦ green 110 ◦ blue 224

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

Shades of Amethyst #B06EE0

Tints of Amethyst #B06EE0

RGB

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

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

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

R = 34.51%
G = 21.57%
B = 43.92%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B06EE0 (or 0xB06EE0) is known color: Amethyst. HEX triplet: B0, 6E and E0. RGB value is (176,110,224). Sum of RGB (Red+Green+Blue) = 176+110+224=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #B06EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EE0 is #4F911F. Grayscale: #8E8E8E. Windows color (decimal): -5214496 or 14708400. OLE color: 14708400.

HSL color Cylindrical-coordinate representation of color #B06EE0: hue angle of 274.74º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B06EE0 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 110 224 -
CMYK 0.21 0.51 0 0.12
HSL 274.74º 0.65% 0.65% -
HSV(B) 274.74º 0.51% 0.88% -
XYZ 36.93 25.76 73.55 -
YUV 142.73 173.87 151.73 -
System Red Green Blue C M Y K H S L
Decimal 176 110 224 0.21 0.51 0 0.12 274.74 0.65 0.65
Hex B0 6E E0 15 33 0 C 113 41 41
Octal 260 156 340 25 63 0 14 423 101 101
Binary 10110000 1101110 11100000 10101 110011 0 1100 100010011 1000001 1000001

Color Harmonies of #B06EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06EE0

Black with #B06EE0

Text Example


Text Example

White with #B06EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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