Html Css Color HEX #B473E5 Amethyst

📋 copy color: '#B473E5'

red 180 ◦ green 115 ◦ blue 229

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

Shades of Amethyst #B473E5

Tints of Amethyst #B473E5

RGB

 RED value IS 180 (70.7% from 255) = 34.35%

 GREEN value IS 115 (45.31% from 255) = 21.95%

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

R = 34.35%
G = 21.95%
B = 43.7%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B473E5 (or 0xB473E5) is known color: Amethyst. HEX triplet: B4, 73 and E5. RGB value is (180,115,229). Sum of RGB (Red+Green+Blue) = 180+115+229=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #B473E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473E5 is #4B8C1A. Grayscale: #939393. Windows color (decimal): -4951067 or 15037364. OLE color: 15037364.

HSL color Cylindrical-coordinate representation of color #B473E5: hue angle of 274.21º 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 #B473E5 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 115 229 -
CMYK 0.21 0.50 0 0.10
HSL 274.21º 0.69% 0.67% -
HSV(B) 274.21º 0.5% 0.9% -
XYZ 39.1 27.62 77.4 -
YUV 147.43 174.03 151.23 -
System Red Green Blue C M Y K H S L
Decimal 180 115 229 0.21 0.50 0 0.10 274.21 0.69 0.67
Hex B4 73 E5 15 32 0 A 112 45 43
Octal 264 163 345 25 62 0 12 422 105 103
Binary 10110100 1110011 11100101 10101 110010 0 1010 100010010 1000101 1000011

Color Harmonies of #B473E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473E5

Black with #B473E5

Text Example


Text Example

White with #B473E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473E5; }

 p { color: rgb(180,115,229); }

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

background-color css

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

 a { background-color: rgb(180,115,229); }

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

border-color css

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

 span { border-color: rgb(180,115,229); }

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