Html Css Color HEX #B06EDE Amethyst

📋 copy color: '#B06EDE'

red 176 ◦ green 110 ◦ blue 222

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

Shades of Amethyst #B06EDE

Tints of Amethyst #B06EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 34.65%
G = 21.65%
B = 43.7%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B06EDE (or 0xB06EDE) is known color: Amethyst. HEX triplet: B0, 6E and DE. RGB value is (176,110,222). Sum of RGB (Red+Green+Blue) = 176+110+222=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #B06EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EDE is #4F9121. Grayscale: #8E8E8E. Windows color (decimal): -5214498 or 14577328. OLE color: 14577328.

HSL color Cylindrical-coordinate representation of color #B06EDE: hue angle of 275.36º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B06EDE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 110 222 -
CMYK 0.21 0.50 0 0.13
HSL 275.36º 0.63% 0.65% -
HSV(B) 275.36º 0.5% 0.87% -
XYZ 36.67 25.66 72.13 -
YUV 142.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 176 110 222 0.21 0.50 0 0.13 275.36 0.63 0.65
Hex B0 6E DE 15 32 0 D 113 3F 41
Octal 260 156 336 25 62 0 15 423 77 101
Binary 10110000 1101110 11011110 10101 110010 0 1101 100010011 111111 1000001

Color Harmonies of #B06EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06EDE

Black with #B06EDE

Text Example


Text Example

White with #B06EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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