Html Css Color HEX #B371DD Amethyst

📋 copy color: '#B371DD'

red 179 ◦ green 113 ◦ blue 221

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

Shades of Amethyst #B371DD

Tints of Amethyst #B371DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.03%

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

R = 34.89%
G = 22.03%
B = 43.08%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B371DD (or 0xB371DD) is known color: Amethyst. HEX triplet: B3, 71 and DD. RGB value is (179,113,221). Sum of RGB (Red+Green+Blue) = 179+113+221=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #B371DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371DD is #4C8E22. Grayscale: #909090. Windows color (decimal): -5017123 or 14512563. OLE color: 14512563.

HSL color Cylindrical-coordinate representation of color #B371DD: hue angle of 276.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B371DD is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 113 221 -
CMYK 0.19 0.49 0 0.13
HSL 276.67º 0.61% 0.65% -
HSV(B) 276.67º 0.49% 0.87% -
XYZ 37.55 26.61 71.56 -
YUV 145.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 179 113 221 0.19 0.49 0 0.13 276.67 0.61 0.65
Hex B3 71 DD 13 31 0 D 115 3D 41
Octal 263 161 335 23 61 0 15 425 75 101
Binary 10110011 1110001 11011101 10011 110001 0 1101 100010101 111101 1000001

Color Harmonies of #B371DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371DD

Black with #B371DD

Text Example


Text Example

White with #B371DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371DD; }

 p { color: rgb(179,113,221); }

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

background-color css

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

 a { background-color: rgb(179,113,221); }

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

border-color css

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

 span { border-color: rgb(179,113,221); }

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