Html Css Color HEX #B679DD Amethyst

📋 copy color: '#B679DD'

red 182 ◦ green 121 ◦ blue 221

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

Shades of Amethyst #B679DD

Tints of Amethyst #B679DD

RGB

 RED value IS 182 (71.48% from 255) = 34.73%

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 34.73%
G = 23.09%
B = 42.18%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B679DD (or 0xB679DD) is known color: Amethyst. HEX triplet: B6, 79 and DD. RGB value is (182,121,221). Sum of RGB (Red+Green+Blue) = 182+121+221=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B679DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B679DD is #498622. Grayscale: #969696. Windows color (decimal): -4818467 or 14514614. OLE color: 14514614.

HSL color Cylindrical-coordinate representation of color #B679DD: hue angle of 276.6º 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 #B679DD is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 121 221 -
CMYK 0.18 0.45 0 0.13
HSL 276.6º 0.6% 0.67% -
HSV(B) 276.6º 0.45% 0.87% -
XYZ 39.18 28.84 71.91 -
YUV 150.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 182 121 221 0.18 0.45 0 0.13 276.6 0.6 0.67
Hex B6 79 DD 12 2D 0 D 115 3C 43
Octal 266 171 335 22 55 0 15 425 74 103
Binary 10110110 1111001 11011101 10010 101101 0 1101 100010101 111100 1000011

Color Harmonies of #B679DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B679DD

Black with #B679DD

Text Example


Text Example

White with #B679DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B679DD; }

 p { color: rgb(182,121,221); }

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

background-color css

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

 a { background-color: rgb(182,121,221); }

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

border-color css

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

 span { border-color: rgb(182,121,221); }

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