Html Css Color HEX #B276DB Amethyst

📋 copy color: '#B276DB'

red 178 ◦ green 118 ◦ blue 219

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

Shades of Amethyst #B276DB

Tints of Amethyst #B276DB

RGB

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

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

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

R = 34.56%
G = 22.91%
B = 42.52%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B276DB (or 0xB276DB) is known color: Amethyst. HEX triplet: B2, 76 and DB. RGB value is (178,118,219). Sum of RGB (Red+Green+Blue) = 178+118+219=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #B276DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276DB is #4D8924. Grayscale: #939393. Windows color (decimal): -5081381 or 14382770. OLE color: 14382770.

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

Color convert

RGB 178 118 219 -
CMYK 0.19 0.46 0 0.14
HSL 275.64º 0.58% 0.66% -
HSV(B) 275.64º 0.46% 0.86% -
XYZ 37.62 27.54 70.35 -
YUV 147.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 178 118 219 0.19 0.46 0 0.14 275.64 0.58 0.66
Hex B2 76 DB 13 2E 0 E 114 3A 42
Octal 262 166 333 23 56 0 16 424 72 102
Binary 10110010 1110110 11011011 10011 101110 0 1110 100010100 111010 1000010

Color Harmonies of #B276DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B276DB

Black with #B276DB

Text Example


Text Example

White with #B276DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B276DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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