Shades of Fuchsia #B758BC
Tints of Fuchsia #B758BC
RGB
CMYK
RGB Variations
Color information
#B758BC (or 0xB758BC) is known color: Fuchsia. HEX triplet: B7, 58 and BC. RGB value is (183,88,188). Sum of RGB (Red+Green+Blue) = 183+88+188=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #B758BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758BC is #48A743. Grayscale: #7F7F7F. Windows color (decimal): -4761412 or 12343479. OLE color: 12343479.
HSL color Cylindrical-coordinate representation of color #B758BC: hue angle of 297º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B758BC is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 88 | 188 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.26 |
| HSL | 297º | 0.43% | 0.54% | - |
| HSV(B) | 297º | 0.53% | 0.74% | - |
| XYZ | 32.1 | 20.68 | 49.88 | - |
| YUV | 127.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 188 | 0.03 | 0.53 | 0 | 0.26 | 297 | 0.43 | 0.54 |
| Hex | B7 | 58 | BC | 3 | 35 | 0 | 1A | 129 | 2B | 36 |
| Octal | 267 | 130 | 274 | 3 | 65 | 0 | 32 | 451 | 53 | 66 |
| Binary | 10110111 | 1011000 | 10111100 | 11 | 110101 | 0 | 11010 | 100101001 | 101011 | 110110 |
Color Harmonies of #B758BC
Complementary color
Monochromatic Colors of #B758BC
Black with #B758BC
Text Example
Text Example
White with #B758BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B758BC; }
p { color: rgb(183,88,188); }
H1.HeaderClassName
{
color: #B758BC;
}
.AnyTagClassName
{
color: #B758BC;
}
</style>
background-color css
<style>
a { background-color: #B758BC; }
a { background-color: rgb(183,88,188); }
div.DivClassName
{
background-color: #B758BC;
}
.BgClassName
{
background-color: #B758BC;
}
</style>
border-color css
<style>
span { border-color: #B758BC; }
span { border-color: rgb(183,88,188); }
td.TdClassName
{
border-color: #B758BC;
}
.TagClassName
{
border-color: #B758BC;
}
</style>