Html Css Color HEX #B06ED9 Amethyst

📋 copy color: '#B06ED9'

red 176 ◦ green 110 ◦ blue 217

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

Shades of Amethyst #B06ED9

Tints of Amethyst #B06ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.14%

R = 34.99%
G = 21.87%
B = 43.14%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B06ED9 (or 0xB06ED9) is known color: Amethyst. HEX triplet: B0, 6E and D9. RGB value is (176,110,217). Sum of RGB (Red+Green+Blue) = 176+110+217=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #B06ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ED9 is #4F9126. Grayscale: #8D8D8D. Windows color (decimal): -5214503 or 14249648. OLE color: 14249648.

HSL color Cylindrical-coordinate representation of color #B06ED9: hue angle of 277.01º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B06ED9 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 110 217 -
CMYK 0.19 0.49 0 0.15
HSL 277.01º 0.58% 0.64% -
HSV(B) 277.01º 0.49% 0.85% -
XYZ 36 25.39 68.65 -
YUV 141.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 176 110 217 0.19 0.49 0 0.15 277.01 0.58 0.64
Hex B0 6E D9 13 31 0 F 115 3A 40
Octal 260 156 331 23 61 0 17 425 72 100
Binary 10110000 1101110 11011001 10011 110001 0 1111 100010101 111010 1000000

Color Harmonies of #B06ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06ED9

Black with #B06ED9

Text Example


Text Example

White with #B06ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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