Html Css Color HEX #B076DB Amethyst

📋 copy color: '#B076DB'

red 176 ◦ green 118 ◦ blue 219

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

Shades of Amethyst #B076DB

Tints of Amethyst #B076DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23%

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

R = 34.31%
G = 23%
B = 42.69%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B076DB (or 0xB076DB) is known color: Amethyst. HEX triplet: B0, 76 and DB. RGB value is (176,118,219). Sum of RGB (Red+Green+Blue) = 176+118+219=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #B076DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076DB is #4F8924. Grayscale: #929292. Windows color (decimal): -5212453 or 14382768. OLE color: 14382768.

HSL color Cylindrical-coordinate representation of color #B076DB: hue angle of 274.46º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B076DB is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 118 219 -
CMYK 0.20 0.46 0 0.14
HSL 274.46º 0.58% 0.66% -
HSV(B) 274.46º 0.46% 0.86% -
XYZ 37.17 27.3 70.33 -
YUV 146.86 168.72 148.79 -
System Red Green Blue C M Y K H S L
Decimal 176 118 219 0.20 0.46 0 0.14 274.46 0.58 0.66
Hex B0 76 DB 14 2E 0 E 112 3A 42
Octal 260 166 333 24 56 0 16 422 72 102
Binary 10110000 1110110 11011011 10100 101110 0 1110 100010010 111010 1000010

Color Harmonies of #B076DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076DB

Black with #B076DB

Text Example


Text Example

White with #B076DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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