#B53FB0

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

Shades of Fuchsia #B53FB0

Tints of Fuchsia #B53FB0

Color information

#B53FB0 (or 0xB53FB0) is unknown color: approx Fuchsia. HEX triplet: B5, 3F and B0. RGB value is (181,63,176). Sum of RGB (Red+Green+Blue) = 181+63+176=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B53FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53FB0 is #4AC04F. Grayscale: #6E6E6E. Windows color (decimal): -4898896 or 11550645. OLE color: 11550645.

HSL color Cylindrical-coordinate representation of color #B53FB0: hue angle of 302.54º 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 #B53FB0 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18163176-
CMYK00.650.030.29
HSL302.54º48.36%47.84%-
HSV(B)302.54º65.19%70.98%-
XYZ28.6716.5142.75-
YUV111.16164.59177.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 63 (25% from 255) = 15%
BLUE value IS 176 (69.14% from 255) = 41.90%
R=43.10%
G=15%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816317600.650.030.29302.5448.3647.84
HexB53FB004131D12f3030
Octal2657726001013354576060
Binary1011010111111110110000010000011111101100101111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FB0; }

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

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

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

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

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

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

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

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