Shades of Fuchsia #B05DB8
Tints of Fuchsia #B05DB8
RGB
CMYK
RGB Variations
Color information
#B05DB8 (or 0xB05DB8) is known color: Fuchsia. HEX triplet: B0, 5D and B8. RGB value is (176,93,184). Sum of RGB (Red+Green+Blue) = 176+93+184=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 184 - color contains mainly: blue. Hex color #B05DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DB8 is #4FA247. Grayscale: #7F7F7F. Windows color (decimal): -5218888 or 12082608. OLE color: 12082608.
HSL color Cylindrical-coordinate representation of color #B05DB8: hue angle of 294.73º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05DB8 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 93 | 184 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.28 |
| HSL | 294.73º | 0.39% | 0.54% | - |
| HSV(B) | 294.73º | 0.49% | 0.72% | - |
| XYZ | 30.47 | 20.52 | 47.7 | - |
| YUV | 128.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 184 | 0.04 | 0.49 | 0 | 0.28 | 294.73 | 0.39 | 0.54 |
| Hex | B0 | 5D | B8 | 4 | 31 | 0 | 1C | 127 | 27 | 36 |
| Octal | 260 | 135 | 270 | 4 | 61 | 0 | 34 | 447 | 47 | 66 |
| Binary | 10110000 | 1011101 | 10111000 | 100 | 110001 | 0 | 11100 | 100100111 | 100111 | 110110 |
Color Harmonies of #B05DB8
Complementary color
Monochromatic Colors of #B05DB8
Black with #B05DB8
Text Example
Text Example
White with #B05DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05DB8; }
p { color: rgb(176,93,184); }
H1.HeaderClassName
{
color: #B05DB8;
}
.AnyTagClassName
{
color: #B05DB8;
}
</style>
background-color css
<style>
a { background-color: #B05DB8; }
a { background-color: rgb(176,93,184); }
div.DivClassName
{
background-color: #B05DB8;
}
.BgClassName
{
background-color: #B05DB8;
}
</style>
border-color css
<style>
span { border-color: #B05DB8; }
span { border-color: rgb(176,93,184); }
td.TdClassName
{
border-color: #B05DB8;
}
.TagClassName
{
border-color: #B05DB8;
}
</style>