Shades of Fuchsia #B749BC
Tints of Fuchsia #B749BC
RGB
CMYK
RGB Variations
Color information
#B749BC (or 0xB749BC) is known color: Fuchsia. HEX triplet: B7, 49 and BC. RGB value is (183,73,188). Sum of RGB (Red+Green+Blue) = 183+73+188=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #B749BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749BC is #48B643. Grayscale: #767676. Windows color (decimal): -4765252 or 12339639. OLE color: 12339639.
HSL color Cylindrical-coordinate representation of color #B749BC: hue angle of 297.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B749BC is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 73 | 188 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.26 |
| HSL | 297.39º | 0.46% | 0.51% | - |
| HSV(B) | 297.39º | 0.61% | 0.74% | - |
| XYZ | 30.99 | 18.46 | 49.51 | - |
| YUV | 119 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 188 | 0.03 | 0.61 | 0 | 0.26 | 297.39 | 0.46 | 0.51 |
| Hex | B7 | 49 | BC | 3 | 3D | 0 | 1A | 129 | 2E | 33 |
| Octal | 267 | 111 | 274 | 3 | 75 | 0 | 32 | 451 | 56 | 63 |
| Binary | 10110111 | 1001001 | 10111100 | 11 | 111101 | 0 | 11010 | 100101001 | 101110 | 110011 |
Color Harmonies of #B749BC
Complementary color
Monochromatic Colors of #B749BC
Black with #B749BC
Text Example
Text Example
White with #B749BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749BC; }
p { color: rgb(183,73,188); }
H1.HeaderClassName
{
color: #B749BC;
}
.AnyTagClassName
{
color: #B749BC;
}
</style>
background-color css
<style>
a { background-color: #B749BC; }
a { background-color: rgb(183,73,188); }
div.DivClassName
{
background-color: #B749BC;
}
.BgClassName
{
background-color: #B749BC;
}
</style>
border-color css
<style>
span { border-color: #B749BC; }
span { border-color: rgb(183,73,188); }
td.TdClassName
{
border-color: #B749BC;
}
.TagClassName
{
border-color: #B749BC;
}
</style>