#B53ABE

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

Shades of Fuchsia #B53ABE

Tints of Fuchsia #B53ABE

Color information

#B53ABE (or 0xB53ABE) is unknown color: approx Fuchsia. HEX triplet: B5, 3A and BE. RGB value is (181,58,190). Sum of RGB (Red+Green+Blue) = 181+58+190=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #B53ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53ABE is #4AC541. Grayscale: #6D6D6D. Windows color (decimal): -4900162 or 12466869. OLE color: 12466869.

HSL color Cylindrical-coordinate representation of color #B53ABE: hue angle of 295.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53ABE is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18158190-
CMYK0.050.6900.25
HSL295.91º53.23%48.63%-
HSV(B)295.91º69.47%74.51%-
XYZ29.8616.5750.34-
YUV109.82173.25178.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 58 (23.05% from 255) = 13.52%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=42.19%
G=13.52%
B=44.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181581900.050.6900.25295.9153.2348.63
HexB53ABE5450191283531
Octal2657227651050314506561
Binary10110101111010101111101011000101011001100101000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53ABE; }

 p { color: rgb(181,58,190); }

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

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

 a { background-color: rgb(181,58,190); }

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

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

 span { border-color: rgb(181,58,190); }

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