#b473e3

Color #B473E3 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #B473E3

Tints of Amethyst #B473E3

Color information

#B473E3 (or 0xB473E3) is unknown color: approx Amethyst. HEX triplet: B4, 73 and E3. RGB value is (180,115,227). Sum of RGB (Red+Green+Blue) = 180+115+227=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #B473E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473E3 is #4B8C1C. Grayscale: #929292. Windows color (decimal): -4951069 or 14906292. OLE color: 14906292.

HSL color Cylindrical-coordinate representation of color #B473E3: hue angle of 274.82º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B473E3 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB180115227-
CMYK0.210.4900.11
HSL274.82º66.67%67.06%-
HSV(B)274.82º49.34%89.02%-
XYZ38.8227.5175.94-
YUV147.2173.03151.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 115 (45.31% from 255) = 22.03%
BLUE value IS 227 (89.06% from 255) = 43.49%
R=34.48%
G=22.03%
B=43.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1801152270.210.4900.11274.8266.6767.06
HexB473E315310B1134343
Octal2641633432561013423103103
Binary10110100111001111100011101011100010101110001001110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b473e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b473e3; }

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

 H1.HeaderClassName
 {
   color: #b473e3;
 }
 .AnyTagClassName
 {
   color: #b473e3;
 }
</style>
background-color css

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

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

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

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

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

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