Shades of Fuchsia #B746BC
Tints of Fuchsia #B746BC
RGB
CMYK
RGB Variations
Color information
#B746BC (or 0xB746BC) is known color: Fuchsia. HEX triplet: B7, 46 and BC. RGB value is (183,70,188). Sum of RGB (Red+Green+Blue) = 183+70+188=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 70 (27.73% from 255 or 15.87% 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 #B746BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746BC is #48B943. Grayscale: #747474. Windows color (decimal): -4766020 or 12338871. OLE color: 12338871.
HSL color Cylindrical-coordinate representation of color #B746BC: hue angle of 297.46º 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 #B746BC is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 70 | 188 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.26 |
| HSL | 297.46º | 0.47% | 0.51% | - |
| HSV(B) | 297.46º | 0.63% | 0.74% | - |
| XYZ | 30.8 | 18.08 | 49.44 | - |
| YUV | 117.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 188 | 0.03 | 0.63 | 0 | 0.26 | 297.46 | 0.47 | 0.51 |
| Hex | B7 | 46 | BC | 3 | 3F | 0 | 1A | 129 | 2F | 33 |
| Octal | 267 | 106 | 274 | 3 | 77 | 0 | 32 | 451 | 57 | 63 |
| Binary | 10110111 | 1000110 | 10111100 | 11 | 111111 | 0 | 11010 | 100101001 | 101111 | 110011 |
Color Harmonies of #B746BC
Complementary color
Monochromatic Colors of #B746BC
Black with #B746BC
Text Example
Text Example
White with #B746BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746BC; }
p { color: rgb(183,70,188); }
H1.HeaderClassName
{
color: #B746BC;
}
.AnyTagClassName
{
color: #B746BC;
}
</style>
background-color css
<style>
a { background-color: #B746BC; }
a { background-color: rgb(183,70,188); }
div.DivClassName
{
background-color: #B746BC;
}
.BgClassName
{
background-color: #B746BC;
}
</style>
border-color css
<style>
span { border-color: #B746BC; }
span { border-color: rgb(183,70,188); }
td.TdClassName
{
border-color: #B746BC;
}
.TagClassName
{
border-color: #B746BC;
}
</style>