#B53CB2

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

Shades of Fuchsia #B53CB2

Tints of Fuchsia #B53CB2

Color information

#B53CB2 (or 0xB53CB2) is unknown color: approx Fuchsia. HEX triplet: B5, 3C and B2. RGB value is (181,60,178). Sum of RGB (Red+Green+Blue) = 181+60+178=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B53CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53CB2 is #4AC34D. Grayscale: #6D6D6D. Windows color (decimal): -4899662 or 11680949. OLE color: 11680949.

HSL color Cylindrical-coordinate representation of color #B53CB2: hue angle of 301.49º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53CB2 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18160178-
CMYK00.670.020.29
HSL301.49º50.21%47.25%-
HSV(B)301.49º66.85%70.98%-
XYZ28.7116.2743.75-
YUV109.63166.59178.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 60 (23.83% from 255) = 14.32%
BLUE value IS 178 (69.92% from 255) = 42.48%
R=43.20%
G=14.32%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816017800.670.020.29301.4950.2147.25
HexB53CB204321D12d322f
Octal2657426201032354556257
Binary1011010111110010110010010000111011101100101101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53CB2; }

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

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

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

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

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

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

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

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