#B574E6

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

Shades of Amethyst #B574E6

Tints of Amethyst #B574E6

Color information

#B574E6 (or 0xB574E6) is unknown color: approx Amethyst. HEX triplet: B5, 74 and E6. RGB value is (181,116,230). Sum of RGB (Red+Green+Blue) = 181+116+230=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #B574E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574E6 is #4A8B19. Grayscale: #949494. Windows color (decimal): -4885274 or 15103157. OLE color: 15103157.

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

Color convert

RGB181116230-
CMYK0.210.5000.10
HSL274.21º69.51%67.84%-
HSV(B)274.21º49.57%90.2%-
XYZ39.5828.0378.19-
YUV148.43174.03151.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 116 (45.70% from 255) = 22.01%
BLUE value IS 230 (90.23% from 255) = 43.64%
R=34.35%
G=22.01%
B=43.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1811162300.210.5000.10274.2169.5167.84
HexB574E615320A1124644
Octal2651643462562012422106104
Binary10110101111010011100110101011100100101010001001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574E6; }

 p { color: rgb(181,116,230); }

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

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

 a { background-color: rgb(181,116,230); }

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

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

 span { border-color: rgb(181,116,230); }

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