Shades of Fuchsia #B655BC
Tints of Fuchsia #B655BC
RGB
CMYK
RGB Variations
Color information
#B655BC (or 0xB655BC) is known color: Fuchsia. HEX triplet: B6, 55 and BC. RGB value is (182,85,188). Sum of RGB (Red+Green+Blue) = 182+85+188=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #B655BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655BC is #49AA43. Grayscale: #7D7D7D. Windows color (decimal): -4827716 or 12342710. OLE color: 12342710.
HSL color Cylindrical-coordinate representation of color #B655BC: hue angle of 296.5º 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 #B655BC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 85 | 188 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.26 |
| HSL | 296.5º | 0.43% | 0.54% | - |
| HSV(B) | 296.5º | 0.55% | 0.74% | - |
| XYZ | 31.62 | 20.07 | 49.79 | - |
| YUV | 125.75 | 163.14 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 188 | 0.03 | 0.55 | 0 | 0.26 | 296.5 | 0.43 | 0.54 |
| Hex | B6 | 55 | BC | 3 | 37 | 0 | 1A | 129 | 2B | 36 |
| Octal | 266 | 125 | 274 | 3 | 67 | 0 | 32 | 451 | 53 | 66 |
| Binary | 10110110 | 1010101 | 10111100 | 11 | 110111 | 0 | 11010 | 100101001 | 101011 | 110110 |
Color Harmonies of #B655BC
Complementary color
Monochromatic Colors of #B655BC
Black with #B655BC
Text Example
Text Example
White with #B655BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B655BC; }
p { color: rgb(182,85,188); }
H1.HeaderClassName
{
color: #B655BC;
}
.AnyTagClassName
{
color: #B655BC;
}
</style>
background-color css
<style>
a { background-color: #B655BC; }
a { background-color: rgb(182,85,188); }
div.DivClassName
{
background-color: #B655BC;
}
.BgClassName
{
background-color: #B655BC;
}
</style>
border-color css
<style>
span { border-color: #B655BC; }
span { border-color: rgb(182,85,188); }
td.TdClassName
{
border-color: #B655BC;
}
.TagClassName
{
border-color: #B655BC;
}
</style>