#B53BAF

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

Shades of Fuchsia #B53BAF

Tints of Fuchsia #B53BAF

Color information

#B53BAF (or 0xB53BAF) is unknown color: approx Fuchsia. HEX triplet: B5, 3B and AF. RGB value is (181,59,175). Sum of RGB (Red+Green+Blue) = 181+59+175=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B53BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53BAF is #4AC450. Grayscale: #6C6C6C. Windows color (decimal): -4899921 or 11484085. OLE color: 11484085.

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

Color convert

RGB18159175-
CMYK00.670.030.29
HSL302.95º50.83%47.06%-
HSV(B)302.95º67.4%70.98%-
XYZ28.3616.0542.16-
YUV108.7165.42179.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 59 (23.44% from 255) = 14.22%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=43.61%
G=14.22%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815917500.670.030.29302.9550.8347.06
HexB53BAF04331D12f332f
Octal2657325701033354576357
Binary1011010111101110101111010000111111101100101111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53BAF; }

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

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

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

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

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

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

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

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