Html Css Color HEX #B06DDF Amethyst

📋 copy color: '#B06DDF'

red 176 ◦ green 109 ◦ blue 223

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

Shades of Amethyst #B06DDF

Tints of Amethyst #B06DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 34.65%
G = 21.46%
B = 43.9%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B06DDF (or 0xB06DDF) is known color: Amethyst. HEX triplet: B0, 6D and DF. RGB value is (176,109,223). Sum of RGB (Red+Green+Blue) = 176+109+223=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #B06DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DDF is #4F9220. Grayscale: #8D8D8D. Windows color (decimal): -5214753 or 14642608. OLE color: 14642608.

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

Color convert

RGB 176 109 223 -
CMYK 0.21 0.51 0 0.13
HSL 275.26º 0.64% 0.65% -
HSV(B) 275.26º 0.51% 0.87% -
XYZ 36.69 25.5 72.8 -
YUV 142.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 176 109 223 0.21 0.51 0 0.13 275.26 0.64 0.65
Hex B0 6D DF 15 33 0 D 113 40 41
Octal 260 155 337 25 63 0 15 423 100 101
Binary 10110000 1101101 11011111 10101 110011 0 1101 100010011 1000000 1000001

Color Harmonies of #B06DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06DDF

Black with #B06DDF

Text Example


Text Example

White with #B06DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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