Shades of Fuchsia #B744B2
Tints of Fuchsia #B744B2
RGB
CMYK
RGB Variations
Color information
#B744B2 (or 0xB744B2) is known color: Fuchsia. HEX triplet: B7, 44 and B2. RGB value is (183,68,178). Sum of RGB (Red+Green+Blue) = 183+68+178=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B744B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B744B2 is #48BB4D. Grayscale: #727272. Windows color (decimal): -4766542 or 11682999. OLE color: 11682999.
HSL color Cylindrical-coordinate representation of color #B744B2: hue angle of 302.61º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B744B2 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 178 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.28 |
| HSL | 302.61º | 0.46% | 0.49% | - |
| HSV(B) | 302.61º | 0.63% | 0.72% | - |
| XYZ | 29.63 | 17.42 | 43.92 | - |
| YUV | 114.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 178 | 0 | 0.63 | 0.03 | 0.28 | 302.61 | 0.46 | 0.49 |
| Hex | B7 | 44 | B2 | 0 | 3F | 3 | 1C | 12F | 2E | 31 |
| Octal | 267 | 104 | 262 | 0 | 77 | 3 | 34 | 457 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10110010 | 0 | 111111 | 11 | 11100 | 100101111 | 101110 | 110001 |
Color Harmonies of #B744B2
Complementary color
Monochromatic Colors of #B744B2
Black with #B744B2
Text Example
Text Example
White with #B744B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744B2; }
p { color: rgb(183,68,178); }
H1.HeaderClassName
{
color: #B744B2;
}
.AnyTagClassName
{
color: #B744B2;
}
</style>
background-color css
<style>
a { background-color: #B744B2; }
a { background-color: rgb(183,68,178); }
div.DivClassName
{
background-color: #B744B2;
}
.BgClassName
{
background-color: #B744B2;
}
</style>
border-color css
<style>
span { border-color: #B744B2; }
span { border-color: rgb(183,68,178); }
td.TdClassName
{
border-color: #B744B2;
}
.TagClassName
{
border-color: #B744B2;
}
</style>