Html Css Color HEX #B279D8 Amethyst

📋 copy color: '#B279D8'

red 178 ◦ green 121 ◦ blue 216

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

Shades of Amethyst #B279D8

Tints of Amethyst #B279D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.94%

R = 34.56%
G = 23.5%
B = 41.94%

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

#B279D8 (or 0xB279D8) is known color: Amethyst. HEX triplet: B2, 79 and D8. RGB value is (178,121,216). Sum of RGB (Red+Green+Blue) = 178+121+216=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #B279D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279D8 is #4D8627. Grayscale: #949494. Windows color (decimal): -5080616 or 14186930. OLE color: 14186930.

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

Color convert

RGB 178 121 216 -
CMYK 0.18 0.44 0 0.15
HSL 276º 0.55% 0.66% -
HSV(B) 276º 0.44% 0.85% -
XYZ 37.59 28.1 68.41 -
YUV 148.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 178 121 216 0.18 0.44 0 0.15 276 0.55 0.66
Hex B2 79 D8 12 2C 0 F 114 37 42
Octal 262 171 330 22 54 0 17 424 67 102
Binary 10110010 1111001 11011000 10010 101100 0 1111 100010100 110111 1000010

Color Harmonies of #B279D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279D8

Black with #B279D8

Text Example


Text Example

White with #B279D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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