Shades of Fuchsia #B748BC
Tints of Fuchsia #B748BC
RGB
CMYK
RGB Variations
Color information
#B748BC (or 0xB748BC) is known color: Fuchsia. HEX triplet: B7, 48 and BC. RGB value is (183,72,188). Sum of RGB (Red+Green+Blue) = 183+72+188=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #B748BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748BC is #48B743. Grayscale: #767676. Windows color (decimal): -4765508 or 12339383. OLE color: 12339383.
HSL color Cylindrical-coordinate representation of color #B748BC: hue angle of 297.41º degrees, saturation: 0.46, 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 #B748BC is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 72 | 188 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.26 |
| HSL | 297.41º | 0.46% | 0.51% | - |
| HSV(B) | 297.41º | 0.62% | 0.74% | - |
| XYZ | 30.92 | 18.33 | 49.49 | - |
| YUV | 118.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 188 | 0.03 | 0.62 | 0 | 0.26 | 297.41 | 0.46 | 0.51 |
| Hex | B7 | 48 | BC | 3 | 3E | 0 | 1A | 129 | 2E | 33 |
| Octal | 267 | 110 | 274 | 3 | 76 | 0 | 32 | 451 | 56 | 63 |
| Binary | 10110111 | 1001000 | 10111100 | 11 | 111110 | 0 | 11010 | 100101001 | 101110 | 110011 |
Color Harmonies of #B748BC
Complementary color
Monochromatic Colors of #B748BC
Black with #B748BC
Text Example
Text Example
White with #B748BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748BC; }
p { color: rgb(183,72,188); }
H1.HeaderClassName
{
color: #B748BC;
}
.AnyTagClassName
{
color: #B748BC;
}
</style>
background-color css
<style>
a { background-color: #B748BC; }
a { background-color: rgb(183,72,188); }
div.DivClassName
{
background-color: #B748BC;
}
.BgClassName
{
background-color: #B748BC;
}
</style>
border-color css
<style>
span { border-color: #B748BC; }
span { border-color: rgb(183,72,188); }
td.TdClassName
{
border-color: #B748BC;
}
.TagClassName
{
border-color: #B748BC;
}
</style>