Shades of Fuchsia #B748C0
Tints of Fuchsia #B748C0
RGB
CMYK
RGB Variations
Color information
#B748C0 (or 0xB748C0) is known color: Fuchsia. HEX triplet: B7, 48 and C0. RGB value is (183,72,192). Sum of RGB (Red+Green+Blue) = 183+72+192=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #B748C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748C0 is #48B73F. Grayscale: #767676. Windows color (decimal): -4765504 or 12601527. OLE color: 12601527.
HSL color Cylindrical-coordinate representation of color #B748C0: hue angle of 295.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B748C0 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 72 | 192 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.25 |
| HSL | 295.5º | 0.49% | 0.52% | - |
| HSV(B) | 295.5º | 0.63% | 0.75% | - |
| XYZ | 31.36 | 18.51 | 51.79 | - |
| YUV | 118.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 192 | 0.05 | 0.63 | 0 | 0.25 | 295.5 | 0.49 | 0.52 |
| Hex | B7 | 48 | C0 | 5 | 3F | 0 | 19 | 128 | 31 | 34 |
| Octal | 267 | 110 | 300 | 5 | 77 | 0 | 31 | 450 | 61 | 64 |
| Binary | 10110111 | 1001000 | 11000000 | 101 | 111111 | 0 | 11001 | 100101000 | 110001 | 110100 |
Color Harmonies of #B748C0
Complementary color
Monochromatic Colors of #B748C0
Black with #B748C0
Text Example
Text Example
White with #B748C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748C0; }
p { color: rgb(183,72,192); }
H1.HeaderClassName
{
color: #B748C0;
}
.AnyTagClassName
{
color: #B748C0;
}
</style>
background-color css
<style>
a { background-color: #B748C0; }
a { background-color: rgb(183,72,192); }
div.DivClassName
{
background-color: #B748C0;
}
.BgClassName
{
background-color: #B748C0;
}
</style>
border-color css
<style>
span { border-color: #B748C0; }
span { border-color: rgb(183,72,192); }
td.TdClassName
{
border-color: #B748C0;
}
.TagClassName
{
border-color: #B748C0;
}
</style>