Shades of Fuchsia #B944C8
Tints of Fuchsia #B944C8
RGB
CMYK
RGB Variations
Color information
#B944C8 (or 0xB944C8) is known color: Fuchsia. HEX triplet: B9, 44 and C8. RGB value is (185,68,200). Sum of RGB (Red+Green+Blue) = 185+68+200=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 200 - color contains mainly: blue. Hex color #B944C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944C8 is #46BB37. Grayscale: #757575. Windows color (decimal): -4635448 or 13124793. OLE color: 13124793.
HSL color Cylindrical-coordinate representation of color #B944C8: hue angle of 293.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B944C8 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 68 | 200 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.22 |
| HSL | 293.18º | 0.55% | 0.53% | - |
| HSV(B) | 293.18º | 0.66% | 0.78% | - |
| XYZ | 32.5 | 18.62 | 56.52 | - |
| YUV | 118.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 200 | 0.08 | 0.66 | 0 | 0.22 | 293.18 | 0.55 | 0.53 |
| Hex | B9 | 44 | C8 | 8 | 42 | 0 | 16 | 125 | 37 | 35 |
| Octal | 271 | 104 | 310 | 10 | 102 | 0 | 26 | 445 | 67 | 65 |
| Binary | 10111001 | 1000100 | 11001000 | 1000 | 1000010 | 0 | 10110 | 100100101 | 110111 | 110101 |
Color Harmonies of #B944C8
Complementary color
Monochromatic Colors of #B944C8
Black with #B944C8
Text Example
Text Example
White with #B944C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B944C8; }
p { color: rgb(185,68,200); }
H1.HeaderClassName
{
color: #B944C8;
}
.AnyTagClassName
{
color: #B944C8;
}
</style>
background-color css
<style>
a { background-color: #B944C8; }
a { background-color: rgb(185,68,200); }
div.DivClassName
{
background-color: #B944C8;
}
.BgClassName
{
background-color: #B944C8;
}
</style>
border-color css
<style>
span { border-color: #B944C8; }
span { border-color: rgb(185,68,200); }
td.TdClassName
{
border-color: #B944C8;
}
.TagClassName
{
border-color: #B944C8;
}
</style>