#B55AC1

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

Shades of Fuchsia #B55AC1

Tints of Fuchsia #B55AC1

Color information

#B55AC1 (or 0xB55AC1) is unknown color: approx Fuchsia. HEX triplet: B5, 5A and C1. RGB value is (181,90,193). Sum of RGB (Red+Green+Blue) = 181+90+193=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #B55AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55AC1 is #4AA53E. Grayscale: #808080. Windows color (decimal): -4891967 or 12671669. OLE color: 12671669.

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

Color convert

RGB18190193-
CMYK0.060.5300.24
HSL293.01º45.37%55.49%-
HSV(B)293.01º53.37%75.69%-
XYZ32.3420.9952.8-
YUV128.95164.15165.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 90 (35.55% from 255) = 19.40%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=39.01%
G=19.40%
B=41.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181901930.060.5300.24293.0145.3755.49
HexB55AC16350181252d37
Octal2651323016650304455567
Binary10110101101101011000001110110101011000100100101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55AC1; }

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

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

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

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

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

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

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

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