Shades of Fuchsia #B258AF
Tints of Fuchsia #B258AF
RGB
CMYK
RGB Variations
Color information
#B258AF (or 0xB258AF) is known color: Fuchsia. HEX triplet: B2, 58 and AF. RGB value is (178,88,175). Sum of RGB (Red+Green+Blue) = 178+88+175=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B258AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B258AF is #4DA750. Grayscale: #7C7C7C. Windows color (decimal): -5089105 or 11491506. OLE color: 11491506.
HSL color Cylindrical-coordinate representation of color #B258AF: hue angle of 302º 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 #B258AF is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 175 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.30 |
| HSL | 302º | 0.37% | 0.52% | - |
| HSV(B) | 302º | 0.51% | 0.7% | - |
| XYZ | 29.59 | 19.54 | 42.77 | - |
| YUV | 124.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 175 | 0 | 0.51 | 0.02 | 0.30 | 302 | 0.37 | 0.52 |
| Hex | B2 | 58 | AF | 0 | 33 | 2 | 1E | 12E | 25 | 34 |
| Octal | 262 | 130 | 257 | 0 | 63 | 2 | 36 | 456 | 45 | 64 |
| Binary | 10110010 | 1011000 | 10101111 | 0 | 110011 | 10 | 11110 | 100101110 | 100101 | 110100 |
Color Harmonies of #B258AF
Complementary color
Monochromatic Colors of #B258AF
Black with #B258AF
Text Example
Text Example
White with #B258AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B258AF; }
p { color: rgb(178,88,175); }
H1.HeaderClassName
{
color: #B258AF;
}
.AnyTagClassName
{
color: #B258AF;
}
</style>
background-color css
<style>
a { background-color: #B258AF; }
a { background-color: rgb(178,88,175); }
div.DivClassName
{
background-color: #B258AF;
}
.BgClassName
{
background-color: #B258AF;
}
</style>
border-color css
<style>
span { border-color: #B258AF; }
span { border-color: rgb(178,88,175); }
td.TdClassName
{
border-color: #B258AF;
}
.TagClassName
{
border-color: #B258AF;
}
</style>