Html Css Color HEX #B076DA Amethyst

📋 copy color: '#B076DA'

red 176 ◦ green 118 ◦ blue 218

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

Shades of Amethyst #B076DA

Tints of Amethyst #B076DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 34.38%
G = 23.05%
B = 42.58%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B076DA (or 0xB076DA) is known color: Amethyst. HEX triplet: B0, 76 and DA. RGB value is (176,118,218). Sum of RGB (Red+Green+Blue) = 176+118+218=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #B076DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076DA is #4F8925. Grayscale: #929292. Windows color (decimal): -5212454 or 14317232. OLE color: 14317232.

HSL color Cylindrical-coordinate representation of color #B076DA: hue angle of 274.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B076DA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 118 218 -
CMYK 0.19 0.46 0 0.15
HSL 274.8º 0.57% 0.66% -
HSV(B) 274.8º 0.46% 0.85% -
XYZ 37.04 27.25 69.64 -
YUV 146.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 176 118 218 0.19 0.46 0 0.15 274.8 0.57 0.66
Hex B0 76 DA 13 2E 0 F 113 39 42
Octal 260 166 332 23 56 0 17 423 71 102
Binary 10110000 1110110 11011010 10011 101110 0 1111 100010011 111001 1000010

Color Harmonies of #B076DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076DA

Black with #B076DA

Text Example


Text Example

White with #B076DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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