Shades of Fuchsia #B058B2
Tints of Fuchsia #B058B2
RGB
CMYK
RGB Variations
Color information
#B058B2 (or 0xB058B2) is known color: Fuchsia. HEX triplet: B0, 58 and B2. RGB value is (176,88,178). Sum of RGB (Red+Green+Blue) = 176+88+178=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 178 - color contains mainly: blue. Hex color #B058B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B058B2 is #4FA74D. Grayscale: #7C7C7C. Windows color (decimal): -5220174 or 11688112. OLE color: 11688112.
HSL color Cylindrical-coordinate representation of color #B058B2: hue angle of 298.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B058B2 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 88 | 178 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.30 |
| HSL | 298.67º | 0.37% | 0.52% | - |
| HSV(B) | 298.67º | 0.51% | 0.7% | - |
| XYZ | 29.43 | 19.42 | 44.32 | - |
| YUV | 124.57 | 158.15 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 178 | 0.01 | 0.51 | 0 | 0.30 | 298.67 | 0.37 | 0.52 |
| Hex | B0 | 58 | B2 | 1 | 33 | 0 | 1E | 12B | 25 | 34 |
| Octal | 260 | 130 | 262 | 1 | 63 | 0 | 36 | 453 | 45 | 64 |
| Binary | 10110000 | 1011000 | 10110010 | 1 | 110011 | 0 | 11110 | 100101011 | 100101 | 110100 |
Color Harmonies of #B058B2
Complementary color
Monochromatic Colors of #B058B2
Black with #B058B2
Text Example
Text Example
White with #B058B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058B2; }
p { color: rgb(176,88,178); }
H1.HeaderClassName
{
color: #B058B2;
}
.AnyTagClassName
{
color: #B058B2;
}
</style>
background-color css
<style>
a { background-color: #B058B2; }
a { background-color: rgb(176,88,178); }
div.DivClassName
{
background-color: #B058B2;
}
.BgClassName
{
background-color: #B058B2;
}
</style>
border-color css
<style>
span { border-color: #B058B2; }
span { border-color: rgb(176,88,178); }
td.TdClassName
{
border-color: #B058B2;
}
.TagClassName
{
border-color: #B058B2;
}
</style>