Shades of Fuchsia #B748B0
Tints of Fuchsia #B748B0
RGB
CMYK
RGB Variations
Color information
#B748B0 (or 0xB748B0) is known color: Fuchsia. HEX triplet: B7, 48 and B0. RGB value is (183,72,176). Sum of RGB (Red+Green+Blue) = 183+72+176=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B748B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B748B0 is #48B74F. Grayscale: #747474. Windows color (decimal): -4765520 or 11552951. OLE color: 11552951.
HSL color Cylindrical-coordinate representation of color #B748B0: hue angle of 303.78º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B748B0 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 176 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.28 |
| HSL | 303.78º | 0.44% | 0.5% | - |
| HSV(B) | 303.78º | 0.61% | 0.72% | - |
| XYZ | 29.68 | 17.84 | 42.95 | - |
| YUV | 117.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 176 | 0 | 0.61 | 0.04 | 0.28 | 303.78 | 0.44 | 0.5 |
| Hex | B7 | 48 | B0 | 0 | 3D | 4 | 1C | 130 | 2C | 32 |
| Octal | 267 | 110 | 260 | 0 | 75 | 4 | 34 | 460 | 54 | 62 |
| Binary | 10110111 | 1001000 | 10110000 | 0 | 111101 | 100 | 11100 | 100110000 | 101100 | 110010 |
Color Harmonies of #B748B0
Complementary color
Monochromatic Colors of #B748B0
Black with #B748B0
Text Example
Text Example
White with #B748B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748B0; }
p { color: rgb(183,72,176); }
H1.HeaderClassName
{
color: #B748B0;
}
.AnyTagClassName
{
color: #B748B0;
}
</style>
background-color css
<style>
a { background-color: #B748B0; }
a { background-color: rgb(183,72,176); }
div.DivClassName
{
background-color: #B748B0;
}
.BgClassName
{
background-color: #B748B0;
}
</style>
border-color css
<style>
span { border-color: #B748B0; }
span { border-color: rgb(183,72,176); }
td.TdClassName
{
border-color: #B748B0;
}
.TagClassName
{
border-color: #B748B0;
}
</style>