Shades of Fuchsia #B647BC
Tints of Fuchsia #B647BC
RGB
CMYK
RGB Variations
Color information
#B647BC (or 0xB647BC) is known color: Fuchsia. HEX triplet: B6, 47 and BC. RGB value is (182,71,188). Sum of RGB (Red+Green+Blue) = 182+71+188=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #B647BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647BC is #49B843. Grayscale: #757575. Windows color (decimal): -4831300 or 12339126. OLE color: 12339126.
HSL color Cylindrical-coordinate representation of color #B647BC: hue angle of 296.92º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B647BC is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 71 | 188 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.26 |
| HSL | 296.92º | 0.47% | 0.51% | - |
| HSV(B) | 296.92º | 0.62% | 0.74% | - |
| XYZ | 30.62 | 18.08 | 49.45 | - |
| YUV | 117.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 188 | 0.03 | 0.62 | 0 | 0.26 | 296.92 | 0.47 | 0.51 |
| Hex | B6 | 47 | BC | 3 | 3E | 0 | 1A | 129 | 2F | 33 |
| Octal | 266 | 107 | 274 | 3 | 76 | 0 | 32 | 451 | 57 | 63 |
| Binary | 10110110 | 1000111 | 10111100 | 11 | 111110 | 0 | 11010 | 100101001 | 101111 | 110011 |
Color Harmonies of #B647BC
Complementary color
Monochromatic Colors of #B647BC
Black with #B647BC
Text Example
Text Example
White with #B647BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B647BC; }
p { color: rgb(182,71,188); }
H1.HeaderClassName
{
color: #B647BC;
}
.AnyTagClassName
{
color: #B647BC;
}
</style>
background-color css
<style>
a { background-color: #B647BC; }
a { background-color: rgb(182,71,188); }
div.DivClassName
{
background-color: #B647BC;
}
.BgClassName
{
background-color: #B647BC;
}
</style>
border-color css
<style>
span { border-color: #B647BC; }
span { border-color: rgb(182,71,188); }
td.TdClassName
{
border-color: #B647BC;
}
.TagClassName
{
border-color: #B647BC;
}
</style>