#B52EAC

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

Shades of Fuchsia #B52EAC

Tints of Fuchsia #B52EAC

Color information

#B52EAC (or 0xB52EAC) is unknown color: approx Fuchsia. HEX triplet: B5, 2E and AC. RGB value is (181,46,172). Sum of RGB (Red+Green+Blue) = 181+46+172=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B52EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52EAC is #4AD153. Grayscale: #646464. Windows color (decimal): -4903252 or 11284149. OLE color: 11284149.

HSL color Cylindrical-coordinate representation of color #B52EAC: hue angle of 304º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52EAC is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18146172-
CMYK00.750.050.29
HSL304º59.47%44.51%-
HSV(B)304º74.59%70.98%-
XYZ27.4814.7640.43-
YUV100.73168.23185.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 46 (18.36% from 255) = 11.53%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=45.36%
G=11.53%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814617200.750.050.2930459.4744.51
HexB52EAC04B51D1303b2d
Octal2655625401135354607355
Binary10110101101110101011000100101110111101100110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52EAC; }

 p { color: rgb(181,46,172); }

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

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

 a { background-color: rgb(181,46,172); }

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

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

 span { border-color: rgb(181,46,172); }

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