#B53FC1

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

Shades of Fuchsia #B53FC1

Tints of Fuchsia #B53FC1

Color information

#B53FC1 (or 0xB53FC1) is unknown color: approx Fuchsia. HEX triplet: B5, 3F and C1. RGB value is (181,63,193). Sum of RGB (Red+Green+Blue) = 181+63+193=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #B53FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FC1 is #4AC03E. Grayscale: #707070. Windows color (decimal): -4898879 or 12664757. OLE color: 12664757.

HSL color Cylindrical-coordinate representation of color #B53FC1: hue angle of 294.46º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53FC1 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18163193-
CMYK0.060.6700.24
HSL294.46º51.18%50.2%-
HSV(B)294.46º67.36%75.69%-
XYZ30.4617.2352.17-
YUV113.1173.09176.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 63 (25% from 255) = 14.42%
BLUE value IS 193 (75.78% from 255) = 44.16%
R=41.42%
G=14.42%
B=44.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181631930.060.6700.24294.4651.1850.2
HexB53FC16430181263332
Octal2657730161030304466362
Binary10110101111111110000011101000011011000100100110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FC1; }

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

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

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

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

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

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

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

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