#B058B4

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

Shades of Fuchsia #B058B4

Tints of Fuchsia #B058B4

Color information

#B058B4 (or 0xB058B4) is unknown color: approx Fuchsia. HEX triplet: B0, 58 and B4. RGB value is (176,88,180). Sum of RGB (Red+Green+Blue) = 176+88+180=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #B058B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058B4 is #4FA74B. Grayscale: #7C7C7C. Windows color (decimal): -5220172 or 11819184. OLE color: 11819184.

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

Color convert

RGB17688180-
CMYK0.020.5100.29
HSL297.39º38.02%52.55%-
HSV(B)297.39º51.11%70.59%-
XYZ29.6319.545.38-
YUV124.8159.15164.52-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176881800.020.5100.29297.3938.0252.55
HexB058B423301D1292635
Octal2601302642630354514665
Binary1011000010110001011010010110011011101100101001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B058B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B058B4; }

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

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

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

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

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

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

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

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