Shades of Fuchsia #B748A8
Tints of Fuchsia #B748A8
RGB
CMYK
RGB Variations
Color information
#B748A8 (or 0xB748A8) is known color: Fuchsia. HEX triplet: B7, 48 and A8. RGB value is (183,72,168). Sum of RGB (Red+Green+Blue) = 183+72+168=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B748A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B748A8 is #48B757. Grayscale: #737373. Windows color (decimal): -4765528 or 11028663. OLE color: 11028663.
HSL color Cylindrical-coordinate representation of color #B748A8: hue angle of 308.11º 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 #B748A8 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 168 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.28 |
| HSL | 308.11º | 0.44% | 0.5% | - |
| HSV(B) | 308.11º | 0.61% | 0.72% | - |
| XYZ | 28.91 | 17.53 | 38.91 | - |
| YUV | 116.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 168 | 0 | 0.61 | 0.08 | 0.28 | 308.11 | 0.44 | 0.5 |
| Hex | B7 | 48 | A8 | 0 | 3D | 8 | 1C | 134 | 2C | 32 |
| Octal | 267 | 110 | 250 | 0 | 75 | 10 | 34 | 464 | 54 | 62 |
| Binary | 10110111 | 1001000 | 10101000 | 0 | 111101 | 1000 | 11100 | 100110100 | 101100 | 110010 |
Color Harmonies of #B748A8
Complementary color
Monochromatic Colors of #B748A8
Black with #B748A8
Text Example
Text Example
White with #B748A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748A8; }
p { color: rgb(183,72,168); }
H1.HeaderClassName
{
color: #B748A8;
}
.AnyTagClassName
{
color: #B748A8;
}
</style>
background-color css
<style>
a { background-color: #B748A8; }
a { background-color: rgb(183,72,168); }
div.DivClassName
{
background-color: #B748A8;
}
.BgClassName
{
background-color: #B748A8;
}
</style>
border-color css
<style>
span { border-color: #B748A8; }
span { border-color: rgb(183,72,168); }
td.TdClassName
{
border-color: #B748A8;
}
.TagClassName
{
border-color: #B748A8;
}
</style>