Shades of Fuchsia #B038A8
Tints of Fuchsia #B038A8
RGB
CMYK
RGB Variations
Color information
#B038A8 (or 0xB038A8) is known color: Fuchsia. HEX triplet: B0, 38 and A8. RGB value is (176,56,168). Sum of RGB (Red+Green+Blue) = 176+56+168=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B038A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B038A8 is #4FC757. Grayscale: #686868. Windows color (decimal): -5228376 or 11024560. OLE color: 11024560.
HSL color Cylindrical-coordinate representation of color #B038A8: hue angle of 304º 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 #B038A8 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 168 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.31 |
| HSL | 304º | 0.52% | 0.45% | - |
| HSV(B) | 304º | 0.68% | 0.69% | - |
| XYZ | 26.39 | 14.89 | 38.53 | - |
| YUV | 104.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 168 | 0 | 0.68 | 0.05 | 0.31 | 304 | 0.52 | 0.45 |
| Hex | B0 | 38 | A8 | 0 | 44 | 5 | 1F | 130 | 34 | 2D |
| Octal | 260 | 70 | 250 | 0 | 104 | 5 | 37 | 460 | 64 | 55 |
| Binary | 10110000 | 111000 | 10101000 | 0 | 1000100 | 101 | 11111 | 100110000 | 110100 | 101101 |
Color Harmonies of #B038A8
Complementary color
Monochromatic Colors of #B038A8
Black with #B038A8
Text Example
Text Example
White with #B038A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B038A8; }
p { color: rgb(176,56,168); }
H1.HeaderClassName
{
color: #B038A8;
}
.AnyTagClassName
{
color: #B038A8;
}
</style>
background-color css
<style>
a { background-color: #B038A8; }
a { background-color: rgb(176,56,168); }
div.DivClassName
{
background-color: #B038A8;
}
.BgClassName
{
background-color: #B038A8;
}
</style>
border-color css
<style>
span { border-color: #B038A8; }
span { border-color: rgb(176,56,168); }
td.TdClassName
{
border-color: #B038A8;
}
.TagClassName
{
border-color: #B038A8;
}
</style>