#B53EB7

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

Shades of Fuchsia #B53EB7

Tints of Fuchsia #B53EB7

Color information

#B53EB7 (or 0xB53EB7) is unknown color: approx Fuchsia. HEX triplet: B5, 3E and B7. RGB value is (181,62,183). Sum of RGB (Red+Green+Blue) = 181+62+183=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 183 - color contains mainly: blue. Hex color #B53EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53EB7 is #4AC148. Grayscale: #6F6F6F. Windows color (decimal): -4899145 or 12009141. OLE color: 12009141.

HSL color Cylindrical-coordinate representation of color #B53EB7: hue angle of 299.01º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53EB7 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18162183-
CMYK0.010.6600.28
HSL299.01º49.39%48.04%-
HSV(B)299.01º66.12%71.76%-
XYZ29.3316.6946.48-
YUV111.38168.42177.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 62 (24.61% from 255) = 14.55%
BLUE value IS 183 (71.88% from 255) = 42.96%
R=42.49%
G=14.55%
B=42.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181621830.010.6600.28299.0149.3948.04
HexB53EB714201C12b3130
Octal2657626711020344536160
Binary101101011111101011011111000010011100100101011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53EB7; }

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

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

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

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

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

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

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

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