#B53FB1

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

Shades of Fuchsia #B53FB1

Tints of Fuchsia #B53FB1

Color information

#B53FB1 (or 0xB53FB1) is unknown color: approx Fuchsia. HEX triplet: B5, 3F and B1. RGB value is (181,63,177). Sum of RGB (Red+Green+Blue) = 181+63+177=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B53FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53FB1 is #4AC04E. Grayscale: #6E6E6E. Windows color (decimal): -4898895 or 11616181. OLE color: 11616181.

HSL color Cylindrical-coordinate representation of color #B53FB1: hue angle of 302.03º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B53FB1 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18163177-
CMYK00.650.020.29
HSL302.03º48.36%47.84%-
HSV(B)302.03º65.19%70.98%-
XYZ28.7716.5543.27-
YUV111.28165.09177.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 63 (25% from 255) = 14.96%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=42.99%
G=14.96%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816317700.650.020.29302.0348.3647.84
HexB53FB104121D12e3030
Octal2657726101012354566060
Binary1011010111111110110001010000011011101100101110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FB1; }

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

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

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

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

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

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

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

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