#B55EC1

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

Shades of Fuchsia #B55EC1

Tints of Fuchsia #B55EC1

Color information

#B55EC1 (or 0xB55EC1) is unknown color: approx Fuchsia. HEX triplet: B5, 5E and C1. RGB value is (181,94,193). Sum of RGB (Red+Green+Blue) = 181+94+193=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #B55EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EC1 is #4AA13E. Grayscale: #828282. Windows color (decimal): -4890943 or 12672693. OLE color: 12672693.

HSL color Cylindrical-coordinate representation of color #B55EC1: hue angle of 292.73º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55EC1 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18194193-
CMYK0.060.5100.24
HSL292.73º44.39%56.27%-
HSV(B)292.73º51.3%75.69%-
XYZ32.6821.6852.91-
YUV131.3162.82163.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=38.68%
G=20.09%
B=41.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181941930.060.5100.24292.7344.3956.27
HexB55EC16330181252c38
Octal2651363016630304455470
Binary10110101101111011000001110110011011000100100101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55EC1; }

 p { color: rgb(181,94,193); }

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

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

 a { background-color: rgb(181,94,193); }

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

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

 span { border-color: rgb(181,94,193); }

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