Shades of Fuchsia #B835AF
Tints of Fuchsia #B835AF
RGB
CMYK
RGB Variations
Color information
#B835AF (or 0xB835AF) is known color: Fuchsia. HEX triplet: B8, 35 and AF. RGB value is (184,53,175). Sum of RGB (Red+Green+Blue) = 184+53+175=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B835AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B835AF is #47CA50. Grayscale: #696969. Windows color (decimal): -4704849 or 11482552. OLE color: 11482552.
HSL color Cylindrical-coordinate representation of color #B835AF: hue angle of 304.12º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B835AF is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 175 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.28 |
| HSL | 304.12º | 0.55% | 0.46% | - |
| HSV(B) | 304.12º | 0.71% | 0.72% | - |
| XYZ | 28.78 | 15.83 | 42.1 | - |
| YUV | 106.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 175 | 0 | 0.71 | 0.05 | 0.28 | 304.12 | 0.55 | 0.46 |
| Hex | B8 | 35 | AF | 0 | 47 | 5 | 1C | 130 | 37 | 2E |
| Octal | 270 | 65 | 257 | 0 | 107 | 5 | 34 | 460 | 67 | 56 |
| Binary | 10111000 | 110101 | 10101111 | 0 | 1000111 | 101 | 11100 | 100110000 | 110111 | 101110 |
Color Harmonies of #B835AF
Complementary color
Monochromatic Colors of #B835AF
Black with #B835AF
Text Example
Text Example
White with #B835AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B835AF; }
p { color: rgb(184,53,175); }
H1.HeaderClassName
{
color: #B835AF;
}
.AnyTagClassName
{
color: #B835AF;
}
</style>
background-color css
<style>
a { background-color: #B835AF; }
a { background-color: rgb(184,53,175); }
div.DivClassName
{
background-color: #B835AF;
}
.BgClassName
{
background-color: #B835AF;
}
</style>
border-color css
<style>
span { border-color: #B835AF; }
span { border-color: rgb(184,53,175); }
td.TdClassName
{
border-color: #B835AF;
}
.TagClassName
{
border-color: #B835AF;
}
</style>