Shades of Fuchsia #B749BD
Tints of Fuchsia #B749BD
RGB
CMYK
RGB Variations
Color information
#B749BD (or 0xB749BD) is known color: Fuchsia. HEX triplet: B7, 49 and BD. RGB value is (183,73,189). Sum of RGB (Red+Green+Blue) = 183+73+189=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #B749BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749BD is #48B642. Grayscale: #767676. Windows color (decimal): -4765251 or 12405175. OLE color: 12405175.
HSL color Cylindrical-coordinate representation of color #B749BD: hue angle of 296.9º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B749BD is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 73 | 189 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.26 |
| HSL | 296.9º | 0.47% | 0.51% | - |
| HSV(B) | 296.9º | 0.61% | 0.74% | - |
| XYZ | 31.1 | 18.51 | 50.08 | - |
| YUV | 119.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 189 | 0.03 | 0.61 | 0 | 0.26 | 296.9 | 0.47 | 0.51 |
| Hex | B7 | 49 | BD | 3 | 3D | 0 | 1A | 129 | 2F | 33 |
| Octal | 267 | 111 | 275 | 3 | 75 | 0 | 32 | 451 | 57 | 63 |
| Binary | 10110111 | 1001001 | 10111101 | 11 | 111101 | 0 | 11010 | 100101001 | 101111 | 110011 |
Color Harmonies of #B749BD
Complementary color
Monochromatic Colors of #B749BD
Black with #B749BD
Text Example
Text Example
White with #B749BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749BD; }
p { color: rgb(183,73,189); }
H1.HeaderClassName
{
color: #B749BD;
}
.AnyTagClassName
{
color: #B749BD;
}
</style>
background-color css
<style>
a { background-color: #B749BD; }
a { background-color: rgb(183,73,189); }
div.DivClassName
{
background-color: #B749BD;
}
.BgClassName
{
background-color: #B749BD;
}
</style>
border-color css
<style>
span { border-color: #B749BD; }
span { border-color: rgb(183,73,189); }
td.TdClassName
{
border-color: #B749BD;
}
.TagClassName
{
border-color: #B749BD;
}
</style>