Shades of Fuchsia #B744BC
Tints of Fuchsia #B744BC
RGB
CMYK
RGB Variations
Color information
#B744BC (or 0xB744BC) is known color: Fuchsia. HEX triplet: B7, 44 and BC. RGB value is (183,68,188). Sum of RGB (Red+Green+Blue) = 183+68+188=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #B744BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744BC is #48BB43. Grayscale: #737373. Windows color (decimal): -4766532 or 12338359. OLE color: 12338359.
HSL color Cylindrical-coordinate representation of color #B744BC: hue angle of 297.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B744BC is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 68 | 188 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.26 |
| HSL | 297.5º | 0.47% | 0.5% | - |
| HSV(B) | 297.5º | 0.64% | 0.74% | - |
| XYZ | 30.67 | 17.83 | 49.4 | - |
| YUV | 116.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 188 | 0.03 | 0.64 | 0 | 0.26 | 297.5 | 0.47 | 0.5 |
| Hex | B7 | 44 | BC | 3 | 40 | 0 | 1A | 12A | 2F | 32 |
| Octal | 267 | 104 | 274 | 3 | 100 | 0 | 32 | 452 | 57 | 62 |
| Binary | 10110111 | 1000100 | 10111100 | 11 | 1000000 | 0 | 11010 | 100101010 | 101111 | 110010 |
Color Harmonies of #B744BC
Complementary color
Monochromatic Colors of #B744BC
Black with #B744BC
Text Example
Text Example
White with #B744BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744BC; }
p { color: rgb(183,68,188); }
H1.HeaderClassName
{
color: #B744BC;
}
.AnyTagClassName
{
color: #B744BC;
}
</style>
background-color css
<style>
a { background-color: #B744BC; }
a { background-color: rgb(183,68,188); }
div.DivClassName
{
background-color: #B744BC;
}
.BgClassName
{
background-color: #B744BC;
}
</style>
border-color css
<style>
span { border-color: #B744BC; }
span { border-color: rgb(183,68,188); }
td.TdClassName
{
border-color: #B744BC;
}
.TagClassName
{
border-color: #B744BC;
}
</style>