#B458B8

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

Shades of Fuchsia #B458B8

Tints of Fuchsia #B458B8

Color information

#B458B8 (or 0xB458B8) is unknown color: approx Fuchsia. HEX triplet: B4, 58 and B8. RGB value is (180,88,184). Sum of RGB (Red+Green+Blue) = 180+88+184=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 184 - color contains mainly: blue. Hex color #B458B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458B8 is #4BA747. Grayscale: #7E7E7E. Windows color (decimal): -4958024 or 12081332. OLE color: 12081332.

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

Color convert

RGB18088184-
CMYK0.020.5200.28
HSL297.5º40.34%53.33%-
HSV(B)297.5º52.17%72.16%-
XYZ30.9620.1447.6-
YUV126.45160.48166.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 88 (34.77% from 255) = 19.47%
BLUE value IS 184 (72.27% from 255) = 40.71%
R=39.82%
G=19.47%
B=40.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180881840.020.5200.28297.540.3453.33
HexB458B823401C12a2835
Octal2641302702640344525065
Binary1011010010110001011100010110100011100100101010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B458B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B458B8; }

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

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

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

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

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

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

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

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