Shades of Fuchsia #B038AB
Tints of Fuchsia #B038AB
RGB
CMYK
RGB Variations
Color information
#B038AB (or 0xB038AB) is known color: Fuchsia. HEX triplet: B0, 38 and AB. RGB value is (176,56,171). Sum of RGB (Red+Green+Blue) = 176+56+171=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B038AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B038AB is #4FC754. Grayscale: #686868. Windows color (decimal): -5228373 or 11221168. OLE color: 11221168.
HSL color Cylindrical-coordinate representation of color #B038AB: hue angle of 302.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 #B038AB is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 171 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.31 |
| HSL | 302.5º | 0.52% | 0.45% | - |
| HSV(B) | 302.5º | 0.68% | 0.69% | - |
| XYZ | 26.67 | 15 | 40.02 | - |
| YUV | 104.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 171 | 0 | 0.68 | 0.03 | 0.31 | 302.5 | 0.52 | 0.45 |
| Hex | B0 | 38 | AB | 0 | 44 | 3 | 1F | 12E | 34 | 2D |
| Octal | 260 | 70 | 253 | 0 | 104 | 3 | 37 | 456 | 64 | 55 |
| Binary | 10110000 | 111000 | 10101011 | 0 | 1000100 | 11 | 11111 | 100101110 | 110100 | 101101 |
Color Harmonies of #B038AB
Complementary color
Monochromatic Colors of #B038AB
Black with #B038AB
Text Example
Text Example
White with #B038AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B038AB; }
p { color: rgb(176,56,171); }
H1.HeaderClassName
{
color: #B038AB;
}
.AnyTagClassName
{
color: #B038AB;
}
</style>
background-color css
<style>
a { background-color: #B038AB; }
a { background-color: rgb(176,56,171); }
div.DivClassName
{
background-color: #B038AB;
}
.BgClassName
{
background-color: #B038AB;
}
</style>
border-color css
<style>
span { border-color: #B038AB; }
span { border-color: rgb(176,56,171); }
td.TdClassName
{
border-color: #B038AB;
}
.TagClassName
{
border-color: #B038AB;
}
</style>