#B455B8

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

Shades of Fuchsia #B455B8

Tints of Fuchsia #B455B8

Color information

#B455B8 (or 0xB455B8) is unknown color: approx Fuchsia. HEX triplet: B4, 55 and B8. RGB value is (180,85,184). Sum of RGB (Red+Green+Blue) = 180+85+184=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #B455B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455B8 is #4BAA47. Grayscale: #7C7C7C. Windows color (decimal): -4958792 or 12080564. OLE color: 12080564.

HSL color Cylindrical-coordinate representation of color #B455B8: hue angle of 297.58º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B455B8 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18085184-
CMYK0.020.5400.28
HSL297.58º41.08%52.75%-
HSV(B)297.58º53.8%72.16%-
XYZ30.7219.6647.52-
YUV124.69161.47167.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 184 (72.27% from 255) = 40.98%
R=40.09%
G=18.93%
B=40.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180851840.020.5400.28297.5841.0852.75
HexB455B823601C12a2935
Octal2641252702660344525165
Binary1011010010101011011100010110110011100100101010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B455B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B455B8; }

 p { color: rgb(180,85,184); }

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

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

 a { background-color: rgb(180,85,184); }

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

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

 span { border-color: rgb(180,85,184); }

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