Html Css Color HEX #B376DF Amethyst

📋 copy color: '#B376DF'

red 179 ◦ green 118 ◦ blue 223

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

Shades of Amethyst #B376DF

Tints of Amethyst #B376DF

RGB

 RED value IS 179 (70.31% from 255) = 34.42%

 GREEN value IS 118 (46.48% from 255) = 22.69%

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 34.42%
G = 22.69%
B = 42.88%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B376DF (or 0xB376DF) is known color: Amethyst. HEX triplet: B3, 76 and DF. RGB value is (179,118,223). Sum of RGB (Red+Green+Blue) = 179+118+223=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #B376DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376DF is #4C8920. Grayscale: #939393. Windows color (decimal): -5015841 or 14644915. OLE color: 14644915.

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

Color convert

RGB 179 118 223 -
CMYK 0.20 0.47 0 0.13
HSL 274.86º 0.62% 0.67% -
HSV(B) 274.86º 0.47% 0.87% -
XYZ 38.39 27.87 73.17 -
YUV 148.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 179 118 223 0.20 0.47 0 0.13 274.86 0.62 0.67
Hex B3 76 DF 14 2F 0 D 113 3E 43
Octal 263 166 337 24 57 0 15 423 76 103
Binary 10110011 1110110 11011111 10100 101111 0 1101 100010011 111110 1000011

Color Harmonies of #B376DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376DF

Black with #B376DF

Text Example


Text Example

White with #B376DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376DF; }

 p { color: rgb(179,118,223); }

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

background-color css

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

 a { background-color: rgb(179,118,223); }

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

border-color css

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

 span { border-color: rgb(179,118,223); }

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