#B558BE

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

Shades of Fuchsia #B558BE

Tints of Fuchsia #B558BE

Color information

#B558BE (or 0xB558BE) is unknown color: approx Fuchsia. HEX triplet: B5, 58 and BE. RGB value is (181,88,190). Sum of RGB (Red+Green+Blue) = 181+88+190=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #B558BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558BE is #4AA741. Grayscale: #7F7F7F. Windows color (decimal): -4892482 or 12474549. OLE color: 12474549.

HSL color Cylindrical-coordinate representation of color #B558BE: hue angle of 294.71º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B558BE is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18188190-
CMYK0.050.5400.25
HSL294.71º43.97%54.51%-
HSV(B)294.71º53.68%74.51%-
XYZ31.8420.5251-
YUV127.44163.31166.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 88 (34.77% from 255) = 19.17%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=39.43%
G=19.17%
B=41.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181881900.050.5400.25294.7143.9754.51
HexB558BE5360191272c37
Octal2651302765660314475467
Binary10110101101100010111110101110110011001100100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B558BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B558BE; }

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

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

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

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

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

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

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

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