#B53AC1

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

Shades of Fuchsia #B53AC1

Tints of Fuchsia #B53AC1

Color information

#B53AC1 (or 0xB53AC1) is unknown color: approx Fuchsia. HEX triplet: B5, 3A and C1. RGB value is (181,58,193). Sum of RGB (Red+Green+Blue) = 181+58+193=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #B53AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53AC1 is #4AC53E. Grayscale: #6D6D6D. Windows color (decimal): -4900159 or 12663477. OLE color: 12663477.

HSL color Cylindrical-coordinate representation of color #B53AC1: hue angle of 294.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53AC1 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18158193-
CMYK0.060.7000.24
HSL294.67º53.78%49.22%-
HSV(B)294.67º69.95%75.69%-
XYZ30.1916.752.08-
YUV110.17174.75178.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 58 (23.05% from 255) = 13.43%
BLUE value IS 193 (75.78% from 255) = 44.68%
R=41.90%
G=13.43%
B=44.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181581930.060.7000.24294.6753.7849.22
HexB53AC16460181273631
Octal2657230161060304476661
Binary10110101111010110000011101000110011000100100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53AC1; }

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

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

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

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

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

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

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

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