Html Css Color HEX #B372DC Amethyst

📋 copy color: '#B372DC'

red 179 ◦ green 114 ◦ blue 220

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

Shades of Amethyst #B372DC

Tints of Amethyst #B372DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.22%

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

R = 34.89%
G = 22.22%
B = 42.88%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B372DC (or 0xB372DC) is known color: Amethyst. HEX triplet: B3, 72 and DC. RGB value is (179,114,220). Sum of RGB (Red+Green+Blue) = 179+114+220=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #B372DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372DC is #4C8D23. Grayscale: #919191. Windows color (decimal): -5016868 or 14447283. OLE color: 14447283.

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

Color convert

RGB 179 114 220 -
CMYK 0.19 0.48 0 0.14
HSL 276.79º 0.6% 0.65% -
HSV(B) 276.79º 0.48% 0.86% -
XYZ 37.53 26.79 70.9 -
YUV 145.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 179 114 220 0.19 0.48 0 0.14 276.79 0.6 0.65
Hex B3 72 DC 13 30 0 E 115 3C 41
Octal 263 162 334 23 60 0 16 425 74 101
Binary 10110011 1110010 11011100 10011 110000 0 1110 100010101 111100 1000001

Color Harmonies of #B372DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372DC

Black with #B372DC

Text Example


Text Example

White with #B372DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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