#B525AE

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

Shades of Fuchsia #B525AE

Tints of Fuchsia #B525AE

Color information

#B525AE (or 0xB525AE) is unknown color: approx Fuchsia. HEX triplet: B5, 25 and AE. RGB value is (181,37,174). Sum of RGB (Red+Green+Blue) = 181+37+174=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B525AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B525AE is #4ADA51. Grayscale: #5F5F5F. Windows color (decimal): -4905554 or 11412917. OLE color: 11412917.

HSL color Cylindrical-coordinate representation of color #B525AE: hue angle of 302.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B525AE is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18137174-
CMYK00.800.040.29
HSL302.92º66.06%42.75%-
HSV(B)302.92º79.56%70.98%-
XYZ27.3614.241.34-
YUV95.67172.21188.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 37 (14.84% from 255) = 9.44%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=46.17%
G=9.44%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813717400.800.040.29302.9266.0642.75
HexB525AE05041D12f422b
Octal26545256012043545710253
Binary101101011001011010111001010000100111011001011111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B525AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B525AE; }

 p { color: rgb(181,37,174); }

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

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

 a { background-color: rgb(181,37,174); }

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

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

 span { border-color: rgb(181,37,174); }

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