Html Css Color HEX #B276DA Amethyst

📋 copy color: '#B276DA'

red 178 ◦ green 118 ◦ blue 218

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

Shades of Amethyst #B276DA

Tints of Amethyst #B276DA

RGB

 RED value IS 178 (69.92% from 255) = 34.63%

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

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

R = 34.63%
G = 22.96%
B = 42.41%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B276DA (or 0xB276DA) is known color: Amethyst. HEX triplet: B2, 76 and DA. RGB value is (178,118,218). Sum of RGB (Red+Green+Blue) = 178+118+218=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #B276DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276DA is #4D8925. Grayscale: #929292. Windows color (decimal): -5081382 or 14317234. OLE color: 14317234.

HSL color Cylindrical-coordinate representation of color #B276DA: hue angle of 276º 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 #B276DA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 118 218 -
CMYK 0.18 0.46 0 0.15
HSL 276º 0.57% 0.66% -
HSV(B) 276º 0.46% 0.85% -
XYZ 37.49 27.48 69.66 -
YUV 147.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 178 118 218 0.18 0.46 0 0.15 276 0.57 0.66
Hex B2 76 DA 12 2E 0 F 114 39 42
Octal 262 166 332 22 56 0 17 424 71 102
Binary 10110010 1110110 11011010 10010 101110 0 1111 100010100 111001 1000010

Color Harmonies of #B276DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B276DA

Black with #B276DA

Text Example


Text Example

White with #B276DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B276DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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