Html Css Color HEX #B076DD Amethyst

📋 copy color: '#B076DD'

red 176 ◦ green 118 ◦ blue 221

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

Shades of Amethyst #B076DD

Tints of Amethyst #B076DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 34.17%
G = 22.91%
B = 42.91%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B076DD (or 0xB076DD) is known color: Amethyst. HEX triplet: B0, 76 and DD. RGB value is (176,118,221). Sum of RGB (Red+Green+Blue) = 176+118+221=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #B076DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076DD is #4F8922. Grayscale: #929292. Windows color (decimal): -5212451 or 14513840. OLE color: 14513840.

HSL color Cylindrical-coordinate representation of color #B076DD: hue angle of 273.79º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B076DD is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 118 221 -
CMYK 0.20 0.47 0 0.13
HSL 273.79º 0.6% 0.66% -
HSV(B) 273.79º 0.47% 0.87% -
XYZ 37.43 27.41 71.72 -
YUV 147.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 176 118 221 0.20 0.47 0 0.13 273.79 0.6 0.66
Hex B0 76 DD 14 2F 0 D 112 3C 42
Octal 260 166 335 24 57 0 15 422 74 102
Binary 10110000 1110110 11011101 10100 101111 0 1101 100010010 111100 1000010

Color Harmonies of #B076DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076DD

Black with #B076DD

Text Example


Text Example

White with #B076DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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