Shades of Fuchsia #B749C3
Tints of Fuchsia #B749C3
RGB
CMYK
RGB Variations
Color information
#B749C3 (or 0xB749C3) is known color: Fuchsia. HEX triplet: B7, 49 and C3. RGB value is (183,73,195). Sum of RGB (Red+Green+Blue) = 183+73+195=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #B749C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749C3 is #48B63C. Grayscale: #777777. Windows color (decimal): -4765245 or 12798391. OLE color: 12798391.
HSL color Cylindrical-coordinate representation of color #B749C3: hue angle of 294.1º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B749C3 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 73 | 195 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.24 |
| HSL | 294.1º | 0.5% | 0.53% | - |
| HSV(B) | 294.1º | 0.63% | 0.76% | - |
| XYZ | 31.76 | 18.77 | 53.58 | - |
| YUV | 119.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 195 | 0.06 | 0.63 | 0 | 0.24 | 294.1 | 0.5 | 0.53 |
| Hex | B7 | 49 | C3 | 6 | 3F | 0 | 18 | 126 | 32 | 35 |
| Octal | 267 | 111 | 303 | 6 | 77 | 0 | 30 | 446 | 62 | 65 |
| Binary | 10110111 | 1001001 | 11000011 | 110 | 111111 | 0 | 11000 | 100100110 | 110010 | 110101 |
Color Harmonies of #B749C3
Complementary color
Monochromatic Colors of #B749C3
Black with #B749C3
Text Example
Text Example
White with #B749C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749C3; }
p { color: rgb(183,73,195); }
H1.HeaderClassName
{
color: #B749C3;
}
.AnyTagClassName
{
color: #B749C3;
}
</style>
background-color css
<style>
a { background-color: #B749C3; }
a { background-color: rgb(183,73,195); }
div.DivClassName
{
background-color: #B749C3;
}
.BgClassName
{
background-color: #B749C3;
}
</style>
border-color css
<style>
span { border-color: #B749C3; }
span { border-color: rgb(183,73,195); }
td.TdClassName
{
border-color: #B749C3;
}
.TagClassName
{
border-color: #B749C3;
}
</style>