Html Css Color HEX #B076DC Amethyst

📋 copy color: '#B076DC'

red 176 ◦ green 118 ◦ blue 220

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

Shades of Amethyst #B076DC

Tints of Amethyst #B076DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 34.24%
G = 22.96%
B = 42.8%

CMYK

 C value IS 0.2

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B076DC (or 0xB076DC) is known color: Amethyst. HEX triplet: B0, 76 and DC. RGB value is (176,118,220). Sum of RGB (Red+Green+Blue) = 176+118+220=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #B076DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076DC is #4F8923. Grayscale: #929292. Windows color (decimal): -5212452 or 14448304. OLE color: 14448304.

HSL color Cylindrical-coordinate representation of color #B076DC: hue angle of 274.12º degrees, saturation: 0.59, 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 #B076DC is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 118 220 -
CMYK 0.2 0.46 0 0.14
HSL 274.12º 0.59% 0.66% -
HSV(B) 274.12º 0.46% 0.86% -
XYZ 37.3 27.35 71.02 -
YUV 146.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 176 118 220 0.2 0.46 0 0.14 274.12 0.59 0.66
Hex B0 76 DC 14 2E 0 E 112 3B 42
Octal 260 166 334 24 56 0 16 422 73 102
Binary 10110000 1110110 11011100 10100 101110 0 1110 100010010 111011 1000010

Color Harmonies of #B076DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076DC

Black with #B076DC

Text Example


Text Example

White with #B076DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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