#B53CC2

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

Shades of Fuchsia #B53CC2

Tints of Fuchsia #B53CC2

Color information

#B53CC2 (or 0xB53CC2) is unknown color: approx Fuchsia. HEX triplet: B5, 3C and C2. RGB value is (181,60,194). Sum of RGB (Red+Green+Blue) = 181+60+194=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #B53CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CC2 is #4AC33D. Grayscale: #6F6F6F. Windows color (decimal): -4899646 or 12729525. OLE color: 12729525.

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

Color convert

RGB18160194-
CMYK0.070.6900.24
HSL294.18º52.76%49.8%-
HSV(B)294.18º69.07%76.08%-
XYZ30.4116.9552.71-
YUV111.46174.59177.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 60 (23.83% from 255) = 13.79%
BLUE value IS 194 (76.17% from 255) = 44.60%
R=41.61%
G=13.79%
B=44.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181601940.070.6900.24294.1852.7649.8
HexB53CC27450181263532
Octal2657430271050304466562
Binary10110101111100110000101111000101011000100100110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53CC2; }

 p { color: rgb(181,60,194); }

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

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

 a { background-color: rgb(181,60,194); }

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

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

 span { border-color: rgb(181,60,194); }

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