#B53EC3

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

Shades of Fuchsia #B53EC3

Tints of Fuchsia #B53EC3

Color information

#B53EC3 (or 0xB53EC3) is unknown color: approx Fuchsia. HEX triplet: B5, 3E and C3. RGB value is (181,62,195). Sum of RGB (Red+Green+Blue) = 181+62+195=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #B53EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53EC3 is #4AC13C. Grayscale: #707070. Windows color (decimal): -4899133 or 12795573. OLE color: 12795573.

HSL color Cylindrical-coordinate representation of color #B53EC3: hue angle of 293.68º degrees, saturation: 0.53, 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 #B53EC3 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18162195-
CMYK0.070.6800.24
HSL293.68º52.57%50.39%-
HSV(B)293.68º68.21%76.47%-
XYZ30.6317.2153.34-
YUV112.74174.42176.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 62 (24.61% from 255) = 14.16%
BLUE value IS 195 (76.56% from 255) = 44.52%
R=41.32%
G=14.16%
B=44.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181621950.070.6800.24293.6852.5750.39
HexB53EC37440181263532
Octal2657630371040304466562
Binary10110101111110110000111111000100011000100100110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53EC3; }

 p { color: rgb(181,62,195); }

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

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

 a { background-color: rgb(181,62,195); }

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

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

 span { border-color: rgb(181,62,195); }

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