#B53FBC

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

Shades of Fuchsia #B53FBC

Tints of Fuchsia #B53FBC

Color information

#B53FBC (or 0xB53FBC) is unknown color: approx Fuchsia. HEX triplet: B5, 3F and BC. RGB value is (181,63,188). Sum of RGB (Red+Green+Blue) = 181+63+188=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #B53FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FBC is #4AC043. Grayscale: #707070. Windows color (decimal): -4898884 or 12337077. OLE color: 12337077.

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

Color convert

RGB18163188-
CMYK0.040.6600.26
HSL296.64º49.8%49.22%-
HSV(B)296.64º66.49%73.73%-
XYZ29.9117.0149.28-
YUV112.53170.59176.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 63 (25% from 255) = 14.58%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=41.90%
G=14.58%
B=43.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181631880.040.6600.26296.6449.849.22
HexB53FBC44201A1293231
Octal2657727441020324516261
Binary10110101111111101111001001000010011010100101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FBC; }

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

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

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

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

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

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

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

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