Shades of Fuchsia #B244BC
Tints of Fuchsia #B244BC
RGB
CMYK
RGB Variations
Color information
#B244BC (or 0xB244BC) is known color: Fuchsia. HEX triplet: B2, 44 and BC. RGB value is (178,68,188). Sum of RGB (Red+Green+Blue) = 178+68+188=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #B244BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244BC is #4DBB43. Grayscale: #727272. Windows color (decimal): -5094212 or 12338354. OLE color: 12338354.
HSL color Cylindrical-coordinate representation of color #B244BC: hue angle of 295º 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 #B244BC is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 68 | 188 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.26 |
| HSL | 295º | 0.47% | 0.5% | - |
| HSV(B) | 295º | 0.64% | 0.74% | - |
| XYZ | 29.5 | 17.23 | 49.35 | - |
| YUV | 114.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 188 | 0.05 | 0.64 | 0 | 0.26 | 295 | 0.47 | 0.5 |
| Hex | B2 | 44 | BC | 5 | 40 | 0 | 1A | 127 | 2F | 32 |
| Octal | 262 | 104 | 274 | 5 | 100 | 0 | 32 | 447 | 57 | 62 |
| Binary | 10110010 | 1000100 | 10111100 | 101 | 1000000 | 0 | 11010 | 100100111 | 101111 | 110010 |
Color Harmonies of #B244BC
Complementary color
Monochromatic Colors of #B244BC
Black with #B244BC
Text Example
Text Example
White with #B244BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B244BC; }
p { color: rgb(178,68,188); }
H1.HeaderClassName
{
color: #B244BC;
}
.AnyTagClassName
{
color: #B244BC;
}
</style>
background-color css
<style>
a { background-color: #B244BC; }
a { background-color: rgb(178,68,188); }
div.DivClassName
{
background-color: #B244BC;
}
.BgClassName
{
background-color: #B244BC;
}
</style>
border-color css
<style>
span { border-color: #B244BC; }
span { border-color: rgb(178,68,188); }
td.TdClassName
{
border-color: #B244BC;
}
.TagClassName
{
border-color: #B244BC;
}
</style>