Html Css Color HEX #B372E5 Amethyst

📋 copy color: '#B372E5'

red 179 ◦ green 114 ◦ blue 229

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

Shades of Amethyst #B372E5

Tints of Amethyst #B372E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.87%

R = 34.29%
G = 21.84%
B = 43.87%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B372E5 (or 0xB372E5) is known color: Amethyst. HEX triplet: B3, 72 and E5. RGB value is (179,114,229). Sum of RGB (Red+Green+Blue) = 179+114+229=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #B372E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372E5 is #4C8D1A. Grayscale: #929292. Windows color (decimal): -5016859 or 15037107. OLE color: 15037107.

HSL color Cylindrical-coordinate representation of color #B372E5: hue angle of 273.91º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B372E5 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 114 229 -
CMYK 0.22 0.50 0 0.10
HSL 273.91º 0.69% 0.67% -
HSV(B) 273.91º 0.5% 0.9% -
XYZ 38.75 27.28 77.35 -
YUV 146.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 179 114 229 0.22 0.50 0 0.10 273.91 0.69 0.67
Hex B3 72 E5 16 32 0 A 112 45 43
Octal 263 162 345 26 62 0 12 422 105 103
Binary 10110011 1110010 11100101 10110 110010 0 1010 100010010 1000101 1000011

Color Harmonies of #B372E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372E5

Black with #B372E5

Text Example


Text Example

White with #B372E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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