#B52FAC

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

Shades of Fuchsia #B52FAC

Tints of Fuchsia #B52FAC

Color information

#B52FAC (or 0xB52FAC) is unknown color: approx Fuchsia. HEX triplet: B5, 2F and AC. RGB value is (181,47,172). Sum of RGB (Red+Green+Blue) = 181+47+172=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B52FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52FAC is #4AD053. Grayscale: #646464. Windows color (decimal): -4902996 or 11284405. OLE color: 11284405.

HSL color Cylindrical-coordinate representation of color #B52FAC: hue angle of 304.03º 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 #B52FAC is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18147172-
CMYK00.740.050.29
HSL304.03º58.77%44.71%-
HSV(B)304.03º74.03%70.98%-
XYZ27.5214.8440.44-
YUV101.32167.89184.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 47 (18.75% from 255) = 11.75%
BLUE value IS 172 (67.58% from 255) = 43%
R=45.25%
G=11.75%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814717200.740.050.29304.0358.7744.71
HexB52FAC04A51D1303b2d
Octal2655725401125354607355
Binary10110101101111101011000100101010111101100110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52FAC; }

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

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

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

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

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

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

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

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