Shades of Fuchsia #B748BA
Tints of Fuchsia #B748BA
RGB
CMYK
RGB Variations
Color information
#B748BA (or 0xB748BA) is known color: Fuchsia. HEX triplet: B7, 48 and BA. RGB value is (183,72,186). Sum of RGB (Red+Green+Blue) = 183+72+186=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #B748BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748BA is #48B745. Grayscale: #757575. Windows color (decimal): -4765510 or 12208311. OLE color: 12208311.
HSL color Cylindrical-coordinate representation of color #B748BA: hue angle of 298.42º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B748BA is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 72 | 186 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.27 |
| HSL | 298.42º | 0.45% | 0.51% | - |
| HSV(B) | 298.42º | 0.61% | 0.73% | - |
| XYZ | 30.71 | 18.25 | 48.36 | - |
| YUV | 118.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 186 | 0.02 | 0.61 | 0 | 0.27 | 298.42 | 0.45 | 0.51 |
| Hex | B7 | 48 | BA | 2 | 3D | 0 | 1B | 12A | 2D | 33 |
| Octal | 267 | 110 | 272 | 2 | 75 | 0 | 33 | 452 | 55 | 63 |
| Binary | 10110111 | 1001000 | 10111010 | 10 | 111101 | 0 | 11011 | 100101010 | 101101 | 110011 |
Color Harmonies of #B748BA
Complementary color
Monochromatic Colors of #B748BA
Black with #B748BA
Text Example
Text Example
White with #B748BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748BA; }
p { color: rgb(183,72,186); }
H1.HeaderClassName
{
color: #B748BA;
}
.AnyTagClassName
{
color: #B748BA;
}
</style>
background-color css
<style>
a { background-color: #B748BA; }
a { background-color: rgb(183,72,186); }
div.DivClassName
{
background-color: #B748BA;
}
.BgClassName
{
background-color: #B748BA;
}
</style>
border-color css
<style>
span { border-color: #B748BA; }
span { border-color: rgb(183,72,186); }
td.TdClassName
{
border-color: #B748BA;
}
.TagClassName
{
border-color: #B748BA;
}
</style>