Html Css Color HEX #B06EDB Amethyst

📋 copy color: '#B06EDB'

red 176 ◦ green 110 ◦ blue 219

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

Shades of Amethyst #B06EDB

Tints of Amethyst #B06EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 34.85%
G = 21.78%
B = 43.37%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B06EDB (or 0xB06EDB) is known color: Amethyst. HEX triplet: B0, 6E and DB. RGB value is (176,110,219). Sum of RGB (Red+Green+Blue) = 176+110+219=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #B06EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EDB is #4F9124. Grayscale: #8D8D8D. Windows color (decimal): -5214501 or 14380720. OLE color: 14380720.

HSL color Cylindrical-coordinate representation of color #B06EDB: hue angle of 276.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B06EDB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 110 219 -
CMYK 0.20 0.50 0 0.14
HSL 276.33º 0.6% 0.65% -
HSV(B) 276.33º 0.5% 0.86% -
XYZ 36.27 25.5 70.03 -
YUV 142.16 171.37 152.14 -
System Red Green Blue C M Y K H S L
Decimal 176 110 219 0.20 0.50 0 0.14 276.33 0.6 0.65
Hex B0 6E DB 14 32 0 E 114 3C 41
Octal 260 156 333 24 62 0 16 424 74 101
Binary 10110000 1101110 11011011 10100 110010 0 1110 100010100 111100 1000001

Color Harmonies of #B06EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06EDB

Black with #B06EDB

Text Example


Text Example

White with #B06EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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