#B555C1

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

Shades of Fuchsia #B555C1

Tints of Fuchsia #B555C1

Color information

#B555C1 (or 0xB555C1) is unknown color: approx Fuchsia. HEX triplet: B5, 55 and C1. RGB value is (181,85,193). Sum of RGB (Red+Green+Blue) = 181+85+193=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #B555C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B555C1 is #4AAA3E. Grayscale: #7D7D7D. Windows color (decimal): -4893247 or 12670389. OLE color: 12670389.

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

Color convert

RGB18185193-
CMYK0.060.5600.24
HSL293.33º46.55%54.51%-
HSV(B)293.33º55.96%75.69%-
XYZ31.9320.1752.66-
YUV126.02165.8167.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=39.43%
G=18.52%
B=42.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181851930.060.5600.24293.3346.5554.51
HexB555C16380181252f37
Octal2651253016700304455767
Binary10110101101010111000001110111000011000100100101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B555C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B555C1; }

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

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

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

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

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

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

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

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