#B53CB8

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

Shades of Fuchsia #B53CB8

Tints of Fuchsia #B53CB8

Color information

#B53CB8 (or 0xB53CB8) is unknown color: approx Fuchsia. HEX triplet: B5, 3C and B8. RGB value is (181,60,184). Sum of RGB (Red+Green+Blue) = 181+60+184=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 184 - color contains mainly: blue. Hex color #B53CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CB8 is #4AC347. Grayscale: #6D6D6D. Windows color (decimal): -4899656 or 12074165. OLE color: 12074165.

HSL color Cylindrical-coordinate representation of color #B53CB8: hue angle of 298.55º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53CB8 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18160184-
CMYK0.020.6700.28
HSL298.55º50.82%47.84%-
HSV(B)298.55º67.39%72.16%-
XYZ29.3216.5246.99-
YUV110.32169.59178.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 60 (23.83% from 255) = 14.12%
BLUE value IS 184 (72.27% from 255) = 43.29%
R=42.59%
G=14.12%
B=43.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181601840.020.6700.28298.5550.8247.84
HexB53CB824301C12b3330
Octal2657427021030344536360
Binary1011010111110010111000101000011011100100101011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53CB8; }

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

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

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

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

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

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

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

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