Shades of Fuchsia #B744BD
Tints of Fuchsia #B744BD
RGB
CMYK
RGB Variations
Color information
#B744BD (or 0xB744BD) is known color: Fuchsia. HEX triplet: B7, 44 and BD. RGB value is (183,68,189). Sum of RGB (Red+Green+Blue) = 183+68+189=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #B744BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744BD is #48BB42. Grayscale: #737373. Windows color (decimal): -4766531 or 12403895. OLE color: 12403895.
HSL color Cylindrical-coordinate representation of color #B744BD: hue angle of 297.02º degrees, saturation: 0.48, 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 #B744BD is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 68 | 189 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.26 |
| HSL | 297.02º | 0.48% | 0.5% | - |
| HSV(B) | 297.02º | 0.64% | 0.74% | - |
| XYZ | 30.78 | 17.88 | 49.97 | - |
| YUV | 116.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 189 | 0.03 | 0.64 | 0 | 0.26 | 297.02 | 0.48 | 0.5 |
| Hex | B7 | 44 | BD | 3 | 40 | 0 | 1A | 129 | 30 | 32 |
| Octal | 267 | 104 | 275 | 3 | 100 | 0 | 32 | 451 | 60 | 62 |
| Binary | 10110111 | 1000100 | 10111101 | 11 | 1000000 | 0 | 11010 | 100101001 | 110000 | 110010 |
Color Harmonies of #B744BD
Complementary color
Monochromatic Colors of #B744BD
Black with #B744BD
Text Example
Text Example
White with #B744BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744BD; }
p { color: rgb(183,68,189); }
H1.HeaderClassName
{
color: #B744BD;
}
.AnyTagClassName
{
color: #B744BD;
}
</style>
background-color css
<style>
a { background-color: #B744BD; }
a { background-color: rgb(183,68,189); }
div.DivClassName
{
background-color: #B744BD;
}
.BgClassName
{
background-color: #B744BD;
}
</style>
border-color css
<style>
span { border-color: #B744BD; }
span { border-color: rgb(183,68,189); }
td.TdClassName
{
border-color: #B744BD;
}
.TagClassName
{
border-color: #B744BD;
}
</style>