#B53DB9

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

Shades of Fuchsia #B53DB9

Tints of Fuchsia #B53DB9

Color information

#B53DB9 (or 0xB53DB9) is unknown color: approx Fuchsia. HEX triplet: B5, 3D and B9. RGB value is (181,61,185). Sum of RGB (Red+Green+Blue) = 181+61+185=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #B53DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DB9 is #4AC246. Grayscale: #6E6E6E. Windows color (decimal): -4899399 or 12139957. OLE color: 12139957.

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

Color convert

RGB18161185-
CMYK0.020.6700.27
HSL298.06º50.41%48.24%-
HSV(B)298.06º67.03%72.55%-
XYZ29.4816.6647.56-
YUV111.02169.76177.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 61 (24.22% from 255) = 14.29%
BLUE value IS 185 (72.66% from 255) = 43.33%
R=42.39%
G=14.29%
B=43.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181611850.020.6700.27298.0650.4148.24
HexB53DB924301B12a3230
Octal2657527121030334526260
Binary1011010111110110111001101000011011011100101010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53DB9; }

 p { color: rgb(181,61,185); }

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

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

 a { background-color: rgb(181,61,185); }

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

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

 span { border-color: rgb(181,61,185); }

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