Html Css Color HEX #B372DF Amethyst

📋 copy color: '#B372DF'

red 179 ◦ green 114 ◦ blue 223

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

Shades of Amethyst #B372DF

Tints of Amethyst #B372DF

RGB

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

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

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

R = 34.69%
G = 22.09%
B = 43.22%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B372DF (or 0xB372DF) is known color: Amethyst. HEX triplet: B3, 72 and DF. RGB value is (179,114,223). Sum of RGB (Red+Green+Blue) = 179+114+223=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #B372DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372DF is #4C8D20. Grayscale: #919191. Windows color (decimal): -5016865 or 14643891. OLE color: 14643891.

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

Color convert

RGB 179 114 223 -
CMYK 0.20 0.49 0 0.13
HSL 275.78º 0.63% 0.66% -
HSV(B) 275.78º 0.49% 0.87% -
XYZ 37.93 26.95 73.01 -
YUV 145.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 179 114 223 0.20 0.49 0 0.13 275.78 0.63 0.66
Hex B3 72 DF 14 31 0 D 114 3F 42
Octal 263 162 337 24 61 0 15 424 77 102
Binary 10110011 1110010 11011111 10100 110001 0 1101 100010100 111111 1000010

Color Harmonies of #B372DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372DF

Black with #B372DF

Text Example


Text Example

White with #B372DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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