Shades of Fuchsia #B426AF
Tints of Fuchsia #B426AF
RGB
CMYK
RGB Variations
Color information
#B426AF (or 0xB426AF) is known color: Fuchsia. HEX triplet: B4, 26 and AF. RGB value is (180,38,175). Sum of RGB (Red+Green+Blue) = 180+38+175=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B426AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B426AF is #4BD950. Grayscale: #5F5F5F. Windows color (decimal): -4970833 or 11478708. OLE color: 11478708.
HSL color Cylindrical-coordinate representation of color #B426AF: hue angle of 302.11º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B426AF is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 175 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.29 |
| HSL | 302.11º | 0.65% | 0.43% | - |
| HSV(B) | 302.11º | 0.79% | 0.71% | - |
| XYZ | 27.25 | 14.18 | 41.86 | - |
| YUV | 96.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 175 | 0 | 0.79 | 0.03 | 0.29 | 302.11 | 0.65 | 0.43 |
| Hex | B4 | 26 | AF | 0 | 4F | 3 | 1D | 12E | 41 | 2B |
| Octal | 264 | 46 | 257 | 0 | 117 | 3 | 35 | 456 | 101 | 53 |
| Binary | 10110100 | 100110 | 10101111 | 0 | 1001111 | 11 | 11101 | 100101110 | 1000001 | 101011 |
Color Harmonies of #B426AF
Complementary color
Monochromatic Colors of #B426AF
Black with #B426AF
Text Example
Text Example
White with #B426AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B426AF; }
p { color: rgb(180,38,175); }
H1.HeaderClassName
{
color: #B426AF;
}
.AnyTagClassName
{
color: #B426AF;
}
</style>
background-color css
<style>
a { background-color: #B426AF; }
a { background-color: rgb(180,38,175); }
div.DivClassName
{
background-color: #B426AF;
}
.BgClassName
{
background-color: #B426AF;
}
</style>
border-color css
<style>
span { border-color: #B426AF; }
span { border-color: rgb(180,38,175); }
td.TdClassName
{
border-color: #B426AF;
}
.TagClassName
{
border-color: #B426AF;
}
</style>