Shades of Fuchsia #B355AF
Tints of Fuchsia #B355AF
RGB
CMYK
RGB Variations
Color information
#B355AF (or 0xB355AF) is known color: Fuchsia. HEX triplet: B3, 55 and AF. RGB value is (179,85,175). Sum of RGB (Red+Green+Blue) = 179+85+175=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B355AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B355AF is #4CAA50. Grayscale: #7B7B7B. Windows color (decimal): -5024337 or 11490739. OLE color: 11490739.
HSL color Cylindrical-coordinate representation of color #B355AF: hue angle of 302.55º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B355AF is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 85 | 175 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.30 |
| HSL | 302.55º | 0.38% | 0.52% | - |
| HSV(B) | 302.55º | 0.53% | 0.7% | - |
| XYZ | 29.58 | 19.18 | 42.7 | - |
| YUV | 123.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 175 | 0 | 0.53 | 0.02 | 0.30 | 302.55 | 0.38 | 0.52 |
| Hex | B3 | 55 | AF | 0 | 35 | 2 | 1E | 12F | 26 | 34 |
| Octal | 263 | 125 | 257 | 0 | 65 | 2 | 36 | 457 | 46 | 64 |
| Binary | 10110011 | 1010101 | 10101111 | 0 | 110101 | 10 | 11110 | 100101111 | 100110 | 110100 |
Color Harmonies of #B355AF
Complementary color
Monochromatic Colors of #B355AF
Black with #B355AF
Text Example
Text Example
White with #B355AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355AF; }
p { color: rgb(179,85,175); }
H1.HeaderClassName
{
color: #B355AF;
}
.AnyTagClassName
{
color: #B355AF;
}
</style>
background-color css
<style>
a { background-color: #B355AF; }
a { background-color: rgb(179,85,175); }
div.DivClassName
{
background-color: #B355AF;
}
.BgClassName
{
background-color: #B355AF;
}
</style>
border-color css
<style>
span { border-color: #B355AF; }
span { border-color: rgb(179,85,175); }
td.TdClassName
{
border-color: #B355AF;
}
.TagClassName
{
border-color: #B355AF;
}
</style>