#B458B0

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

Shades of Fuchsia #B458B0

Tints of Fuchsia #B458B0

Color information

#B458B0 (or 0xB458B0) is unknown color: approx Fuchsia. HEX triplet: B4, 58 and B0. RGB value is (180,88,176). Sum of RGB (Red+Green+Blue) = 180+88+176=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B458B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B458B0 is #4BA74F. Grayscale: #7D7D7D. Windows color (decimal): -4958032 or 11557044. OLE color: 11557044.

HSL color Cylindrical-coordinate representation of color #B458B0: hue angle of 302.61º degrees, saturation: 0.38, 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 #B458B0 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18088176-
CMYK00.510.020.29
HSL302.61º38.02%52.55%-
HSV(B)302.61º51.11%70.59%-
XYZ30.1519.8243.31-
YUV125.54156.48166.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 88 (34.77% from 255) = 19.82%
BLUE value IS 176 (69.14% from 255) = 39.64%
R=40.54%
G=19.82%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808817600.510.020.29302.6138.0252.55
HexB458B003321D12f2635
Octal2641302600632354574665
Binary1011010010110001011000001100111011101100101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B458B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B458B0; }

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

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

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

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

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

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

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

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