Shades of Fuchsia #B755BC
Tints of Fuchsia #B755BC
RGB
CMYK
RGB Variations
Color information
#B755BC (or 0xB755BC) is known color: Fuchsia. HEX triplet: B7, 55 and BC. RGB value is (183,85,188). Sum of RGB (Red+Green+Blue) = 183+85+188=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #B755BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755BC is #48AA43. Grayscale: #7D7D7D. Windows color (decimal): -4762180 or 12342711. OLE color: 12342711.
HSL color Cylindrical-coordinate representation of color #B755BC: hue angle of 297.09º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B755BC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 85 | 188 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.26 |
| HSL | 297.09º | 0.43% | 0.54% | - |
| HSV(B) | 297.09º | 0.55% | 0.74% | - |
| XYZ | 31.85 | 20.2 | 49.8 | - |
| YUV | 126.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 188 | 0.03 | 0.55 | 0 | 0.26 | 297.09 | 0.43 | 0.54 |
| Hex | B7 | 55 | BC | 3 | 37 | 0 | 1A | 129 | 2B | 36 |
| Octal | 267 | 125 | 274 | 3 | 67 | 0 | 32 | 451 | 53 | 66 |
| Binary | 10110111 | 1010101 | 10111100 | 11 | 110111 | 0 | 11010 | 100101001 | 101011 | 110110 |
Color Harmonies of #B755BC
Complementary color
Monochromatic Colors of #B755BC
Black with #B755BC
Text Example
Text Example
White with #B755BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755BC; }
p { color: rgb(183,85,188); }
H1.HeaderClassName
{
color: #B755BC;
}
.AnyTagClassName
{
color: #B755BC;
}
</style>
background-color css
<style>
a { background-color: #B755BC; }
a { background-color: rgb(183,85,188); }
div.DivClassName
{
background-color: #B755BC;
}
.BgClassName
{
background-color: #B755BC;
}
</style>
border-color css
<style>
span { border-color: #B755BC; }
span { border-color: rgb(183,85,188); }
td.TdClassName
{
border-color: #B755BC;
}
.TagClassName
{
border-color: #B755BC;
}
</style>