#B53EBE

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

Shades of Fuchsia #B53EBE

Tints of Fuchsia #B53EBE

Color information

#B53EBE (or 0xB53EBE) is unknown color: approx Fuchsia. HEX triplet: B5, 3E and BE. RGB value is (181,62,190). Sum of RGB (Red+Green+Blue) = 181+62+190=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #B53EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53EBE is #4AC141. Grayscale: #6F6F6F. Windows color (decimal): -4899138 or 12467893. OLE color: 12467893.

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

Color convert

RGB18162190-
CMYK0.050.6700.25
HSL295.78º50.79%49.41%-
HSV(B)295.78º67.37%74.51%-
XYZ30.0716.9950.41-
YUV112.17171.92177.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 62 (24.61% from 255) = 14.32%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=41.80%
G=14.32%
B=43.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181621900.050.6700.25295.7850.7949.41
HexB53EBE5430191283331
Octal2657627651030314506361
Binary10110101111110101111101011000011011001100101000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53EBE; }

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

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

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

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

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

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

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

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