Html Css Color HEX #B279D9 Amethyst

📋 copy color: '#B279D9'

red 178 ◦ green 121 ◦ blue 217

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

Shades of Amethyst #B279D9

Tints of Amethyst #B279D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.05%

R = 34.5%
G = 23.45%
B = 42.05%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B279D9 (or 0xB279D9) is known color: Amethyst. HEX triplet: B2, 79 and D9. RGB value is (178,121,217). Sum of RGB (Red+Green+Blue) = 178+121+217=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #B279D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279D9 is #4D8626. Grayscale: #949494. Windows color (decimal): -5080615 or 14252466. OLE color: 14252466.

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

Color convert

RGB 178 121 217 -
CMYK 0.18 0.44 0 0.15
HSL 275.63º 0.56% 0.66% -
HSV(B) 275.63º 0.44% 0.85% -
XYZ 37.72 28.15 69.09 -
YUV 148.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 178 121 217 0.18 0.44 0 0.15 275.63 0.56 0.66
Hex B2 79 D9 12 2C 0 F 114 38 42
Octal 262 171 331 22 54 0 17 424 70 102
Binary 10110010 1111001 11011001 10010 101100 0 1111 100010100 111000 1000010

Color Harmonies of #B279D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279D9

Black with #B279D9

Text Example


Text Example

White with #B279D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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