Html Css Color HEX #B06DD7 Amethyst

📋 copy color: '#B06DD7'

red 176 ◦ green 109 ◦ blue 215

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

Shades of Amethyst #B06DD7

Tints of Amethyst #B06DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43%

R = 35.2%
G = 21.8%
B = 43%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B06DD7 (or 0xB06DD7) is known color: Amethyst. HEX triplet: B0, 6D and D7. RGB value is (176,109,215). Sum of RGB (Red+Green+Blue) = 176+109+215=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #B06DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DD7 is #4F9228. Grayscale: #8C8C8C. Windows color (decimal): -5214761 or 14118320. OLE color: 14118320.

HSL color Cylindrical-coordinate representation of color #B06DD7: hue angle of 277.92º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B06DD7 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 109 215 -
CMYK 0.18 0.49 0 0.16
HSL 277.92º 0.57% 0.64% -
HSV(B) 277.92º 0.49% 0.84% -
XYZ 35.64 25.07 67.25 -
YUV 141.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 176 109 215 0.18 0.49 0 0.16 277.92 0.57 0.64
Hex B0 6D D7 12 31 0 10 116 39 40
Octal 260 155 327 22 61 0 20 426 71 100
Binary 10110000 1101101 11010111 10010 110001 0 10000 100010110 111001 1000000

Color Harmonies of #B06DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06DD7

Black with #B06DD7

Text Example


Text Example

White with #B06DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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