Shades of Fuchsia #B94DC1
Tints of Fuchsia #B94DC1
RGB
CMYK
RGB Variations
Color information
#B94DC1 (or 0xB94DC1) is known color: Fuchsia. HEX triplet: B9, 4D and C1. RGB value is (185,77,193). Sum of RGB (Red+Green+Blue) = 185+77+193=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #B94DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DC1 is #46B23E. Grayscale: #7A7A7A. Windows color (decimal): -4633151 or 12668345. OLE color: 12668345.
HSL color Cylindrical-coordinate representation of color #B94DC1: hue angle of 295.86º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94DC1 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 77 | 193 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.24 |
| HSL | 295.86º | 0.48% | 0.53% | - |
| HSV(B) | 295.86º | 0.6% | 0.76% | - |
| XYZ | 32.29 | 19.47 | 52.51 | - |
| YUV | 122.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 193 | 0.04 | 0.60 | 0 | 0.24 | 295.86 | 0.48 | 0.53 |
| Hex | B9 | 4D | C1 | 4 | 3C | 0 | 18 | 128 | 30 | 35 |
| Octal | 271 | 115 | 301 | 4 | 74 | 0 | 30 | 450 | 60 | 65 |
| Binary | 10111001 | 1001101 | 11000001 | 100 | 111100 | 0 | 11000 | 100101000 | 110000 | 110101 |
Color Harmonies of #B94DC1
Complementary color
Monochromatic Colors of #B94DC1
Black with #B94DC1
Text Example
Text Example
White with #B94DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94DC1; }
p { color: rgb(185,77,193); }
H1.HeaderClassName
{
color: #B94DC1;
}
.AnyTagClassName
{
color: #B94DC1;
}
</style>
background-color css
<style>
a { background-color: #B94DC1; }
a { background-color: rgb(185,77,193); }
div.DivClassName
{
background-color: #B94DC1;
}
.BgClassName
{
background-color: #B94DC1;
}
</style>
border-color css
<style>
span { border-color: #B94DC1; }
span { border-color: rgb(185,77,193); }
td.TdClassName
{
border-color: #B94DC1;
}
.TagClassName
{
border-color: #B94DC1;
}
</style>