Shades of Fuchsia #B05DB2
Tints of Fuchsia #B05DB2
RGB
CMYK
RGB Variations
Color information
#B05DB2 (or 0xB05DB2) is known color: Fuchsia. HEX triplet: B0, 5D and B2. RGB value is (176,93,178). Sum of RGB (Red+Green+Blue) = 176+93+178=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 178 - color contains mainly: blue. Hex color #B05DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05DB2 is #4FA24D. Grayscale: #7F7F7F. Windows color (decimal): -5218894 or 11689392. OLE color: 11689392.
HSL color Cylindrical-coordinate representation of color #B05DB2: hue angle of 298.59º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05DB2 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 93 | 178 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.30 |
| HSL | 298.59º | 0.36% | 0.53% | - |
| HSV(B) | 298.59º | 0.48% | 0.7% | - |
| XYZ | 29.85 | 20.27 | 44.46 | - |
| YUV | 127.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 178 | 0.01 | 0.48 | 0 | 0.30 | 298.59 | 0.36 | 0.53 |
| Hex | B0 | 5D | B2 | 1 | 30 | 0 | 1E | 12B | 24 | 35 |
| Octal | 260 | 135 | 262 | 1 | 60 | 0 | 36 | 453 | 44 | 65 |
| Binary | 10110000 | 1011101 | 10110010 | 1 | 110000 | 0 | 11110 | 100101011 | 100100 | 110101 |
Color Harmonies of #B05DB2
Complementary color
Monochromatic Colors of #B05DB2
Black with #B05DB2
Text Example
Text Example
White with #B05DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05DB2; }
p { color: rgb(176,93,178); }
H1.HeaderClassName
{
color: #B05DB2;
}
.AnyTagClassName
{
color: #B05DB2;
}
</style>
background-color css
<style>
a { background-color: #B05DB2; }
a { background-color: rgb(176,93,178); }
div.DivClassName
{
background-color: #B05DB2;
}
.BgClassName
{
background-color: #B05DB2;
}
</style>
border-color css
<style>
span { border-color: #B05DB2; }
span { border-color: rgb(176,93,178); }
td.TdClassName
{
border-color: #B05DB2;
}
.TagClassName
{
border-color: #B05DB2;
}
</style>