Shades of Fuchsia #B749B4
Tints of Fuchsia #B749B4
RGB
CMYK
RGB Variations
Color information
#B749B4 (or 0xB749B4) is known color: Fuchsia. HEX triplet: B7, 49 and B4. RGB value is (183,73,180). Sum of RGB (Red+Green+Blue) = 183+73+180=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B749B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749B4 is #48B64B. Grayscale: #757575. Windows color (decimal): -4765260 or 11815351. OLE color: 11815351.
HSL color Cylindrical-coordinate representation of color #B749B4: hue angle of 301.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B749B4 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 180 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.28 |
| HSL | 301.64º | 0.43% | 0.5% | - |
| HSV(B) | 301.64º | 0.6% | 0.72% | - |
| XYZ | 30.15 | 18.13 | 45.09 | - |
| YUV | 118.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 180 | 0 | 0.60 | 0.02 | 0.28 | 301.64 | 0.43 | 0.5 |
| Hex | B7 | 49 | B4 | 0 | 3C | 2 | 1C | 12E | 2B | 32 |
| Octal | 267 | 111 | 264 | 0 | 74 | 2 | 34 | 456 | 53 | 62 |
| Binary | 10110111 | 1001001 | 10110100 | 0 | 111100 | 10 | 11100 | 100101110 | 101011 | 110010 |
Color Harmonies of #B749B4
Complementary color
Monochromatic Colors of #B749B4
Black with #B749B4
Text Example
Text Example
White with #B749B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749B4; }
p { color: rgb(183,73,180); }
H1.HeaderClassName
{
color: #B749B4;
}
.AnyTagClassName
{
color: #B749B4;
}
</style>
background-color css
<style>
a { background-color: #B749B4; }
a { background-color: rgb(183,73,180); }
div.DivClassName
{
background-color: #B749B4;
}
.BgClassName
{
background-color: #B749B4;
}
</style>
border-color css
<style>
span { border-color: #B749B4; }
span { border-color: rgb(183,73,180); }
td.TdClassName
{
border-color: #B749B4;
}
.TagClassName
{
border-color: #B749B4;
}
</style>