#B53BAB

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

Shades of Fuchsia #B53BAB

Tints of Fuchsia #B53BAB

Color information

#B53BAB (or 0xB53BAB) is unknown color: approx Fuchsia. HEX triplet: B5, 3B and AB. RGB value is (181,59,171). Sum of RGB (Red+Green+Blue) = 181+59+171=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B53BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53BAB is #4AC454. Grayscale: #6B6B6B. Windows color (decimal): -4899925 or 11221941. OLE color: 11221941.

HSL color Cylindrical-coordinate representation of color #B53BAB: hue angle of 304.92º degrees, saturation: 0.51, 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 #B53BAB is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18159171-
CMYK00.670.060.29
HSL304.92º50.83%47.06%-
HSV(B)304.92º67.4%70.98%-
XYZ27.9715.8940.12-
YUV108.25163.42179.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=44.04%
G=14.36%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815917100.670.060.29304.9250.8347.06
HexB53BAB04361D131332f
Octal2657325301036354616357
Binary10110101111011101010110100001111011101100110001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53BAB; }

 p { color: rgb(181,59,171); }

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

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

 a { background-color: rgb(181,59,171); }

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

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

 span { border-color: rgb(181,59,171); }

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