Html Css Color HEX #B371DC Amethyst

📋 copy color: '#B371DC'

red 179 ◦ green 113 ◦ blue 220

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

Shades of Amethyst #B371DC

Tints of Amethyst #B371DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 34.96%
G = 22.07%
B = 42.97%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B371DC (or 0xB371DC) is known color: Amethyst. HEX triplet: B3, 71 and DC. RGB value is (179,113,220). Sum of RGB (Red+Green+Blue) = 179+113+220=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #B371DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371DC is #4C8E23. Grayscale: #909090. Windows color (decimal): -5017124 or 14447027. OLE color: 14447027.

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

Color convert

RGB 179 113 220 -
CMYK 0.19 0.49 0 0.14
HSL 277.01º 0.6% 0.65% -
HSV(B) 277.01º 0.49% 0.86% -
XYZ 37.41 26.56 70.87 -
YUV 144.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 179 113 220 0.19 0.49 0 0.14 277.01 0.6 0.65
Hex B3 71 DC 13 31 0 E 115 3C 41
Octal 263 161 334 23 61 0 16 425 74 101
Binary 10110011 1110001 11011100 10011 110001 0 1110 100010101 111100 1000001

Color Harmonies of #B371DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371DC

Black with #B371DC

Text Example


Text Example

White with #B371DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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