Html Css Color HEX #B279DB Amethyst

📋 copy color: '#B279DB'

red 178 ◦ green 121 ◦ blue 219

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

Shades of Amethyst #B279DB

Tints of Amethyst #B279DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.36%

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

R = 34.36%
G = 23.36%
B = 42.28%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B279DB (or 0xB279DB) is known color: Amethyst. HEX triplet: B2, 79 and DB. RGB value is (178,121,219). Sum of RGB (Red+Green+Blue) = 178+121+219=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #B279DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279DB is #4D8624. Grayscale: #949494. Windows color (decimal): -5080613 or 14383538. OLE color: 14383538.

HSL color Cylindrical-coordinate representation of color #B279DB: hue angle of 274.9º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B279DB is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 121 219 -
CMYK 0.19 0.45 0 0.14
HSL 274.9º 0.58% 0.67% -
HSV(B) 274.9º 0.45% 0.86% -
XYZ 37.98 28.25 70.47 -
YUV 149.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 178 121 219 0.19 0.45 0 0.14 274.9 0.58 0.67
Hex B2 79 DB 13 2D 0 E 113 3A 43
Octal 262 171 333 23 55 0 16 423 72 103
Binary 10110010 1111001 11011011 10011 101101 0 1110 100010011 111010 1000011

Color Harmonies of #B279DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279DB

Black with #B279DB

Text Example


Text Example

White with #B279DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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