Shades of Fuchsia #B748B6
Tints of Fuchsia #B748B6
RGB
CMYK
RGB Variations
Color information
#B748B6 (or 0xB748B6) is known color: Fuchsia. HEX triplet: B7, 48 and B6. RGB value is (183,72,182). Sum of RGB (Red+Green+Blue) = 183+72+182=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B748B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748B6 is #48B749. Grayscale: #757575. Windows color (decimal): -4765514 or 11946167. OLE color: 11946167.
HSL color Cylindrical-coordinate representation of color #B748B6: hue angle of 300.54º 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 #B748B6 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 182 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.28 |
| HSL | 300.54º | 0.44% | 0.5% | - |
| HSV(B) | 300.54º | 0.61% | 0.72% | - |
| XYZ | 30.29 | 18.08 | 46.15 | - |
| YUV | 117.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 182 | 0 | 0.61 | 0.01 | 0.28 | 300.54 | 0.44 | 0.5 |
| Hex | B7 | 48 | B6 | 0 | 3D | 1 | 1C | 12D | 2C | 32 |
| Octal | 267 | 110 | 266 | 0 | 75 | 1 | 34 | 455 | 54 | 62 |
| Binary | 10110111 | 1001000 | 10110110 | 0 | 111101 | 1 | 11100 | 100101101 | 101100 | 110010 |
Color Harmonies of #B748B6
Complementary color
Monochromatic Colors of #B748B6
Black with #B748B6
Text Example
Text Example
White with #B748B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748B6; }
p { color: rgb(183,72,182); }
H1.HeaderClassName
{
color: #B748B6;
}
.AnyTagClassName
{
color: #B748B6;
}
</style>
background-color css
<style>
a { background-color: #B748B6; }
a { background-color: rgb(183,72,182); }
div.DivClassName
{
background-color: #B748B6;
}
.BgClassName
{
background-color: #B748B6;
}
</style>
border-color css
<style>
span { border-color: #B748B6; }
span { border-color: rgb(183,72,182); }
td.TdClassName
{
border-color: #B748B6;
}
.TagClassName
{
border-color: #B748B6;
}
</style>