Shades of Fuchsia #B246BC
Tints of Fuchsia #B246BC
RGB
CMYK
RGB Variations
Color information
#B246BC (or 0xB246BC) is known color: Fuchsia. HEX triplet: B2, 46 and BC. RGB value is (178,70,188). Sum of RGB (Red+Green+Blue) = 178+70+188=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #B246BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246BC is #4DB943. Grayscale: #737373. Windows color (decimal): -5093700 or 12338866. OLE color: 12338866.
HSL color Cylindrical-coordinate representation of color #B246BC: hue angle of 294.92º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B246BC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 70 | 188 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.26 |
| HSL | 294.92º | 0.47% | 0.51% | - |
| HSV(B) | 294.92º | 0.63% | 0.74% | - |
| XYZ | 29.63 | 17.48 | 49.39 | - |
| YUV | 115.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 188 | 0.05 | 0.63 | 0 | 0.26 | 294.92 | 0.47 | 0.51 |
| Hex | B2 | 46 | BC | 5 | 3F | 0 | 1A | 127 | 2F | 33 |
| Octal | 262 | 106 | 274 | 5 | 77 | 0 | 32 | 447 | 57 | 63 |
| Binary | 10110010 | 1000110 | 10111100 | 101 | 111111 | 0 | 11010 | 100100111 | 101111 | 110011 |
Color Harmonies of #B246BC
Complementary color
Monochromatic Colors of #B246BC
Black with #B246BC
Text Example
Text Example
White with #B246BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B246BC; }
p { color: rgb(178,70,188); }
H1.HeaderClassName
{
color: #B246BC;
}
.AnyTagClassName
{
color: #B246BC;
}
</style>
background-color css
<style>
a { background-color: #B246BC; }
a { background-color: rgb(178,70,188); }
div.DivClassName
{
background-color: #B246BC;
}
.BgClassName
{
background-color: #B246BC;
}
</style>
border-color css
<style>
span { border-color: #B246BC; }
span { border-color: rgb(178,70,188); }
td.TdClassName
{
border-color: #B246BC;
}
.TagClassName
{
border-color: #B246BC;
}
</style>