Html Css Color HEX #B06DD9 Amethyst

📋 copy color: '#B06DD9'

red 176 ◦ green 109 ◦ blue 217

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

Shades of Amethyst #B06DD9

Tints of Amethyst #B06DD9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.71%

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

R = 35.06%
G = 21.71%
B = 43.23%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B06DD9 (or 0xB06DD9) is known color: Amethyst. HEX triplet: B0, 6D and D9. RGB value is (176,109,217). Sum of RGB (Red+Green+Blue) = 176+109+217=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #B06DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DD9 is #4F9226. Grayscale: #8C8C8C. Windows color (decimal): -5214759 or 14249392. OLE color: 14249392.

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

Color convert

RGB 176 109 217 -
CMYK 0.19 0.50 0 0.15
HSL 277.22º 0.59% 0.64% -
HSV(B) 277.22º 0.5% 0.85% -
XYZ 35.9 25.18 68.61 -
YUV 141.35 170.7 152.72 -
System Red Green Blue C M Y K H S L
Decimal 176 109 217 0.19 0.50 0 0.15 277.22 0.59 0.64
Hex B0 6D D9 13 32 0 F 115 3B 40
Octal 260 155 331 23 62 0 17 425 73 100
Binary 10110000 1101101 11011001 10011 110010 0 1111 100010101 111011 1000000

Color Harmonies of #B06DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06DD9

Black with #B06DD9

Text Example


Text Example

White with #B06DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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