Html Css Color HEX #B372DA Amethyst

📋 copy color: '#B372DA'

red 179 ◦ green 114 ◦ blue 218

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

Shades of Amethyst #B372DA

Tints of Amethyst #B372DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 35.03%
G = 22.31%
B = 42.66%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B372DA (or 0xB372DA) is known color: Amethyst. HEX triplet: B3, 72 and DA. RGB value is (179,114,218). Sum of RGB (Red+Green+Blue) = 179+114+218=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #B372DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372DA is #4C8D25. Grayscale: #909090. Windows color (decimal): -5016870 or 14316211. OLE color: 14316211.

HSL color Cylindrical-coordinate representation of color #B372DA: hue angle of 277.5º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B372DA is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 114 218 -
CMYK 0.18 0.48 0 0.15
HSL 277.5º 0.58% 0.65% -
HSV(B) 277.5º 0.48% 0.85% -
XYZ 37.26 26.68 69.52 -
YUV 145.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 179 114 218 0.18 0.48 0 0.15 277.5 0.58 0.65
Hex B3 72 DA 12 30 0 F 116 3A 41
Octal 263 162 332 22 60 0 17 426 72 101
Binary 10110011 1110010 11011010 10010 110000 0 1111 100010110 111010 1000001

Color Harmonies of #B372DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372DA

Black with #B372DA

Text Example


Text Example

White with #B372DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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