Html Css Color HEX #B279DE Amethyst

📋 copy color: '#B279DE'

red 178 ◦ green 121 ◦ blue 222

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

Shades of Amethyst #B279DE

Tints of Amethyst #B279DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 34.17%
G = 23.22%
B = 42.61%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B279DE (or 0xB279DE) is known color: Amethyst. HEX triplet: B2, 79 and DE. RGB value is (178,121,222). Sum of RGB (Red+Green+Blue) = 178+121+222=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #B279DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279DE is #4D8621. Grayscale: #959595. Windows color (decimal): -5080610 or 14580146. OLE color: 14580146.

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

Color convert

RGB 178 121 222 -
CMYK 0.20 0.45 0 0.13
HSL 273.86º 0.6% 0.67% -
HSV(B) 273.86º 0.45% 0.87% -
XYZ 38.38 28.41 72.57 -
YUV 149.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 178 121 222 0.20 0.45 0 0.13 273.86 0.6 0.67
Hex B2 79 DE 14 2D 0 D 112 3C 43
Octal 262 171 336 24 55 0 15 422 74 103
Binary 10110010 1111001 11011110 10100 101101 0 1101 100010010 111100 1000011

Color Harmonies of #B279DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279DE

Black with #B279DE

Text Example


Text Example

White with #B279DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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