#B52FBC

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

Shades of Fuchsia #B52FBC

Tints of Fuchsia #B52FBC

Color information

#B52FBC (or 0xB52FBC) is unknown color: approx Fuchsia. HEX triplet: B5, 2F and BC. RGB value is (181,47,188). Sum of RGB (Red+Green+Blue) = 181+47+188=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #B52FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FBC is #4AD043. Grayscale: #666666. Windows color (decimal): -4902980 or 12332981. OLE color: 12332981.

HSL color Cylindrical-coordinate representation of color #B52FBC: hue angle of 297.02º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52FBC is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18147188-
CMYK0.040.7500.26
HSL297.02º60%46.08%-
HSV(B)297.02º75%73.73%-
XYZ29.1515.4949.03-
YUV103.14175.89183.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 47 (18.75% from 255) = 11.30%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=43.51%
G=11.30%
B=45.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181471880.040.7500.26297.026046.08
HexB52FBC44B01A1293c2e
Octal2655727441130324517456
Binary10110101101111101111001001001011011010100101001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52FBC; }

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

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

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

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

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

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

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

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