Shades of Fuchsia #B826AF
Tints of Fuchsia #B826AF
RGB
CMYK
RGB Variations
Color information
#B826AF (or 0xB826AF) is known color: Fuchsia. HEX triplet: B8, 26 and AF. RGB value is (184,38,175). Sum of RGB (Red+Green+Blue) = 184+38+175=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B826AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B826AF is #47D950. Grayscale: #606060. Windows color (decimal): -4708689 or 11478712. OLE color: 11478712.
HSL color Cylindrical-coordinate representation of color #B826AF: hue angle of 303.7º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B826AF is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 175 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.28 |
| HSL | 303.7º | 0.66% | 0.44% | - |
| HSV(B) | 303.7º | 0.79% | 0.72% | - |
| XYZ | 28.2 | 14.67 | 41.9 | - |
| YUV | 97.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 175 | 0 | 0.79 | 0.05 | 0.28 | 303.7 | 0.66 | 0.44 |
| Hex | B8 | 26 | AF | 0 | 4F | 5 | 1C | 130 | 42 | 2C |
| Octal | 270 | 46 | 257 | 0 | 117 | 5 | 34 | 460 | 102 | 54 |
| Binary | 10111000 | 100110 | 10101111 | 0 | 1001111 | 101 | 11100 | 100110000 | 1000010 | 101100 |
Color Harmonies of #B826AF
Complementary color
Monochromatic Colors of #B826AF
Black with #B826AF
Text Example
Text Example
White with #B826AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826AF; }
p { color: rgb(184,38,175); }
H1.HeaderClassName
{
color: #B826AF;
}
.AnyTagClassName
{
color: #B826AF;
}
</style>
background-color css
<style>
a { background-color: #B826AF; }
a { background-color: rgb(184,38,175); }
div.DivClassName
{
background-color: #B826AF;
}
.BgClassName
{
background-color: #B826AF;
}
</style>
border-color css
<style>
span { border-color: #B826AF; }
span { border-color: rgb(184,38,175); }
td.TdClassName
{
border-color: #B826AF;
}
.TagClassName
{
border-color: #B826AF;
}
</style>