#B53DC1

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

Shades of Fuchsia #B53DC1

Tints of Fuchsia #B53DC1

Color information

#B53DC1 (or 0xB53DC1) is unknown color: approx Fuchsia. HEX triplet: B5, 3D and C1. RGB value is (181,61,193). Sum of RGB (Red+Green+Blue) = 181+61+193=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #B53DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DC1 is #4AC23E. Grayscale: #6F6F6F. Windows color (decimal): -4899391 or 12664245. OLE color: 12664245.

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

Color convert

RGB18161193-
CMYK0.060.6800.24
HSL294.55º51.97%49.8%-
HSV(B)294.55º68.39%75.69%-
XYZ30.3517.0152.14-
YUV111.93173.76177.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 193 (75.78% from 255) = 44.37%
R=41.61%
G=14.02%
B=44.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181611930.060.6800.24294.5551.9749.8
HexB53DC16440181273432
Octal2657530161040304476462
Binary10110101111101110000011101000100011000100100111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53DC1; }

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

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

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

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

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

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

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

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