#B52FAA

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

Shades of Fuchsia #B52FAA

Tints of Fuchsia #B52FAA

Color information

#B52FAA (or 0xB52FAA) is unknown color: approx Fuchsia. HEX triplet: B5, 2F and AA. RGB value is (181,47,170). Sum of RGB (Red+Green+Blue) = 181+47+170=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B52FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52FAA is #4AD055. Grayscale: #646464. Windows color (decimal): -4902998 or 11153333. OLE color: 11153333.

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

Color convert

RGB18147170-
CMYK00.740.060.29
HSL304.93º58.77%44.71%-
HSV(B)304.93º74.03%70.98%-
XYZ27.3314.7639.44-
YUV101.09166.89185-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 47 (18.75% from 255) = 11.81%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=45.48%
G=11.81%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814717000.740.060.29304.9358.7744.71
HexB52FAA04A61D1313b2d
Octal2655725201126354617355
Binary10110101101111101010100100101011011101100110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52FAA; }

 p { color: rgb(181,47,170); }

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

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

 a { background-color: rgb(181,47,170); }

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

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

 span { border-color: rgb(181,47,170); }

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