Shades of Fuchsia #B038AF
Tints of Fuchsia #B038AF
RGB
CMYK
RGB Variations
Color information
#B038AF (or 0xB038AF) is known color: Fuchsia. HEX triplet: B0, 38 and AF. RGB value is (176,56,175). Sum of RGB (Red+Green+Blue) = 176+56+175=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B038AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B038AF is #4FC750. Grayscale: #696969. Windows color (decimal): -5228369 or 11483312. OLE color: 11483312.
HSL color Cylindrical-coordinate representation of color #B038AF: hue angle of 300.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B038AF is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 175 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.31 |
| HSL | 300.5º | 0.52% | 0.45% | - |
| HSV(B) | 300.5º | 0.68% | 0.69% | - |
| XYZ | 27.06 | 15.15 | 42.06 | - |
| YUV | 105.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 175 | 0 | 0.68 | 0.01 | 0.31 | 300.5 | 0.52 | 0.45 |
| Hex | B0 | 38 | AF | 0 | 44 | 1 | 1F | 12C | 34 | 2D |
| Octal | 260 | 70 | 257 | 0 | 104 | 1 | 37 | 454 | 64 | 55 |
| Binary | 10110000 | 111000 | 10101111 | 0 | 1000100 | 1 | 11111 | 100101100 | 110100 | 101101 |
Color Harmonies of #B038AF
Complementary color
Monochromatic Colors of #B038AF
Black with #B038AF
Text Example
Text Example
White with #B038AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B038AF; }
p { color: rgb(176,56,175); }
H1.HeaderClassName
{
color: #B038AF;
}
.AnyTagClassName
{
color: #B038AF;
}
</style>
background-color css
<style>
a { background-color: #B038AF; }
a { background-color: rgb(176,56,175); }
div.DivClassName
{
background-color: #B038AF;
}
.BgClassName
{
background-color: #B038AF;
}
</style>
border-color css
<style>
span { border-color: #B038AF; }
span { border-color: rgb(176,56,175); }
td.TdClassName
{
border-color: #B038AF;
}
.TagClassName
{
border-color: #B038AF;
}
</style>