#B53FBA

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

Shades of Fuchsia #B53FBA

Tints of Fuchsia #B53FBA

Color information

#B53FBA (or 0xB53FBA) is unknown color: approx Fuchsia. HEX triplet: B5, 3F and BA. RGB value is (181,63,186). Sum of RGB (Red+Green+Blue) = 181+63+186=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #B53FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FBA is #4AC045. Grayscale: #6F6F6F. Windows color (decimal): -4898886 or 12206005. OLE color: 12206005.

HSL color Cylindrical-coordinate representation of color #B53FBA: hue angle of 297.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53FBA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18163186-
CMYK0.030.6600.27
HSL297.56º49.4%48.82%-
HSV(B)297.56º66.13%72.94%-
XYZ29.716.9248.16-
YUV112.3169.59177-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 63 (25% from 255) = 14.65%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=42.09%
G=14.65%
B=43.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181631860.030.6600.27297.5649.448.82
HexB53FBA34201B12a3131
Octal2657727231020334526161
Binary1011010111111110111010111000010011011100101010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FBA; }

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

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

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

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

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

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

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

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