#B55CAD

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

Shades of Fuchsia #B55CAD

Tints of Fuchsia #B55CAD

Color information

#B55CAD (or 0xB55CAD) is unknown color: approx Fuchsia. HEX triplet: B5, 5C and AD. RGB value is (181,92,173). Sum of RGB (Red+Green+Blue) = 181+92+173=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B55CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55CAD is #4AA352. Grayscale: #7F7F7F. Windows color (decimal): -4891475 or 11361461. OLE color: 11361461.

HSL color Cylindrical-coordinate representation of color #B55CAD: hue angle of 305.39º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55CAD is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18192173-
CMYK00.490.040.29
HSL305.39º37.55%53.53%-
HSV(B)305.39º49.17%70.98%-
XYZ30.4320.541.89-
YUV127.84153.49165.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=40.58%
G=20.63%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819217300.490.040.29305.3937.5553.53
HexB55CAD03141D1312636
Octal2651342550614354614666
Binary10110101101110010101101011000110011101100110001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CAD; }

 p { color: rgb(181,92,173); }

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

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

 a { background-color: rgb(181,92,173); }

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

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

 span { border-color: rgb(181,92,173); }

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