#B558AE

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

Shades of Fuchsia #B558AE

Tints of Fuchsia #B558AE

Color information

#B558AE (or 0xB558AE) is unknown color: approx Fuchsia. HEX triplet: B5, 58 and AE. RGB value is (181,88,174). Sum of RGB (Red+Green+Blue) = 181+88+174=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B558AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558AE is #4AA751. Grayscale: #7D7D7D. Windows color (decimal): -4892498 or 11425973. OLE color: 11425973.

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

Color convert

RGB18188174-
CMYK00.510.040.29
HSL304.52º38.59%52.75%-
HSV(B)304.52º51.38%70.98%-
XYZ30.1919.8642.29-
YUV125.61155.31167.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=40.86%
G=19.86%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818817400.510.040.29304.5238.5952.75
HexB558AE03341D1312735
Octal2651302560634354614765
Binary10110101101100010101110011001110011101100110001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B558AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B558AE; }

 p { color: rgb(181,88,174); }

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

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

 a { background-color: rgb(181,88,174); }

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

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

 span { border-color: rgb(181,88,174); }

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