Shades of Fuchsia #B749C1
Tints of Fuchsia #B749C1
RGB
CMYK
RGB Variations
Color information
#B749C1 (or 0xB749C1) is known color: Fuchsia. HEX triplet: B7, 49 and C1. RGB value is (183,73,193). Sum of RGB (Red+Green+Blue) = 183+73+193=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #B749C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749C1 is #48B63E. Grayscale: #777777. Windows color (decimal): -4765247 or 12667319. OLE color: 12667319.
HSL color Cylindrical-coordinate representation of color #B749C1: hue angle of 295º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B749C1 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 73 | 193 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.24 |
| HSL | 295º | 0.49% | 0.52% | - |
| HSV(B) | 295º | 0.62% | 0.76% | - |
| XYZ | 31.54 | 18.68 | 52.4 | - |
| YUV | 119.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 193 | 0.05 | 0.62 | 0 | 0.24 | 295 | 0.49 | 0.52 |
| Hex | B7 | 49 | C1 | 5 | 3E | 0 | 18 | 127 | 31 | 34 |
| Octal | 267 | 111 | 301 | 5 | 76 | 0 | 30 | 447 | 61 | 64 |
| Binary | 10110111 | 1001001 | 11000001 | 101 | 111110 | 0 | 11000 | 100100111 | 110001 | 110100 |
Color Harmonies of #B749C1
Complementary color
Monochromatic Colors of #B749C1
Black with #B749C1
Text Example
Text Example
White with #B749C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749C1; }
p { color: rgb(183,73,193); }
H1.HeaderClassName
{
color: #B749C1;
}
.AnyTagClassName
{
color: #B749C1;
}
</style>
background-color css
<style>
a { background-color: #B749C1; }
a { background-color: rgb(183,73,193); }
div.DivClassName
{
background-color: #B749C1;
}
.BgClassName
{
background-color: #B749C1;
}
</style>
border-color css
<style>
span { border-color: #B749C1; }
span { border-color: rgb(183,73,193); }
td.TdClassName
{
border-color: #B749C1;
}
.TagClassName
{
border-color: #B749C1;
}
</style>