#B53EBB

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

Shades of Fuchsia #B53EBB

Tints of Fuchsia #B53EBB

Color information

#B53EBB (or 0xB53EBB) is unknown color: approx Fuchsia. HEX triplet: B5, 3E and BB. RGB value is (181,62,187). Sum of RGB (Red+Green+Blue) = 181+62+187=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #B53EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53EBB is #4AC144. Grayscale: #6F6F6F. Windows color (decimal): -4899141 or 12271285. OLE color: 12271285.

HSL color Cylindrical-coordinate representation of color #B53EBB: hue angle of 297.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53EBB is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18162187-
CMYK0.030.6700.27
HSL297.12º50.2%48.82%-
HSV(B)297.12º66.84%73.33%-
XYZ29.7516.8648.7-
YUV111.83170.42177.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 62 (24.61% from 255) = 14.42%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=42.09%
G=14.42%
B=43.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181621870.030.6700.27297.1250.248.82
HexB53EBB34301B1293231
Octal2657627331030334516261
Binary1011010111111010111011111000011011011100101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53EBB; }

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

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

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

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

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

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

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

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