Shades of Fuchsia #B748AE
Tints of Fuchsia #B748AE
RGB
CMYK
RGB Variations
Color information
#B748AE (or 0xB748AE) is known color: Fuchsia. HEX triplet: B7, 48 and AE. RGB value is (183,72,174). Sum of RGB (Red+Green+Blue) = 183+72+174=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B748AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B748AE is #48B751. Grayscale: #747474. Windows color (decimal): -4765522 or 11421879. OLE color: 11421879.
HSL color Cylindrical-coordinate representation of color #B748AE: hue angle of 304.86º 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 #B748AE is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 174 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.28 |
| HSL | 304.86º | 0.44% | 0.5% | - |
| HSV(B) | 304.86º | 0.61% | 0.72% | - |
| XYZ | 29.49 | 17.76 | 41.92 | - |
| YUV | 116.82 | 160.27 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 174 | 0 | 0.61 | 0.05 | 0.28 | 304.86 | 0.44 | 0.5 |
| Hex | B7 | 48 | AE | 0 | 3D | 5 | 1C | 131 | 2C | 32 |
| Octal | 267 | 110 | 256 | 0 | 75 | 5 | 34 | 461 | 54 | 62 |
| Binary | 10110111 | 1001000 | 10101110 | 0 | 111101 | 101 | 11100 | 100110001 | 101100 | 110010 |
Color Harmonies of #B748AE
Complementary color
Monochromatic Colors of #B748AE
Black with #B748AE
Text Example
Text Example
White with #B748AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748AE; }
p { color: rgb(183,72,174); }
H1.HeaderClassName
{
color: #B748AE;
}
.AnyTagClassName
{
color: #B748AE;
}
</style>
background-color css
<style>
a { background-color: #B748AE; }
a { background-color: rgb(183,72,174); }
div.DivClassName
{
background-color: #B748AE;
}
.BgClassName
{
background-color: #B748AE;
}
</style>
border-color css
<style>
span { border-color: #B748AE; }
span { border-color: rgb(183,72,174); }
td.TdClassName
{
border-color: #B748AE;
}
.TagClassName
{
border-color: #B748AE;
}
</style>