Shades of Fuchsia #B749BA
Tints of Fuchsia #B749BA
RGB
CMYK
RGB Variations
Color information
#B749BA (or 0xB749BA) is known color: Fuchsia. HEX triplet: B7, 49 and BA. RGB value is (183,73,186). Sum of RGB (Red+Green+Blue) = 183+73+186=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #B749BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749BA is #48B645. Grayscale: #767676. Windows color (decimal): -4765254 or 12208567. OLE color: 12208567.
HSL color Cylindrical-coordinate representation of color #B749BA: hue angle of 298.41º 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 #B749BA is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 73 | 186 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.27 |
| HSL | 298.41º | 0.45% | 0.51% | - |
| HSV(B) | 298.41º | 0.61% | 0.73% | - |
| XYZ | 30.77 | 18.38 | 48.38 | - |
| YUV | 118.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 186 | 0.02 | 0.61 | 0 | 0.27 | 298.41 | 0.45 | 0.51 |
| Hex | B7 | 49 | BA | 2 | 3D | 0 | 1B | 12A | 2D | 33 |
| Octal | 267 | 111 | 272 | 2 | 75 | 0 | 33 | 452 | 55 | 63 |
| Binary | 10110111 | 1001001 | 10111010 | 10 | 111101 | 0 | 11011 | 100101010 | 101101 | 110011 |
Color Harmonies of #B749BA
Complementary color
Monochromatic Colors of #B749BA
Black with #B749BA
Text Example
Text Example
White with #B749BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749BA; }
p { color: rgb(183,73,186); }
H1.HeaderClassName
{
color: #B749BA;
}
.AnyTagClassName
{
color: #B749BA;
}
</style>
background-color css
<style>
a { background-color: #B749BA; }
a { background-color: rgb(183,73,186); }
div.DivClassName
{
background-color: #B749BA;
}
.BgClassName
{
background-color: #B749BA;
}
</style>
border-color css
<style>
span { border-color: #B749BA; }
span { border-color: rgb(183,73,186); }
td.TdClassName
{
border-color: #B749BA;
}
.TagClassName
{
border-color: #B749BA;
}
</style>