Shades of Fuchsia #B942C5
Tints of Fuchsia #B942C5
RGB
CMYK
RGB Variations
Color information
#B942C5 (or 0xB942C5) is known color: Fuchsia. HEX triplet: B9, 42 and C5. RGB value is (185,66,197). Sum of RGB (Red+Green+Blue) = 185+66+197=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #B942C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942C5 is #46BD3A. Grayscale: #747474. Windows color (decimal): -4635963 or 12927673. OLE color: 12927673.
HSL color Cylindrical-coordinate representation of color #B942C5: hue angle of 294.5º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B942C5 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 66 | 197 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.23 |
| HSL | 294.5º | 0.53% | 0.52% | - |
| HSV(B) | 294.5º | 0.66% | 0.77% | - |
| XYZ | 32.03 | 18.24 | 54.66 | - |
| YUV | 116.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 197 | 0.06 | 0.66 | 0 | 0.23 | 294.5 | 0.53 | 0.52 |
| Hex | B9 | 42 | C5 | 6 | 42 | 0 | 17 | 127 | 35 | 34 |
| Octal | 271 | 102 | 305 | 6 | 102 | 0 | 27 | 447 | 65 | 64 |
| Binary | 10111001 | 1000010 | 11000101 | 110 | 1000010 | 0 | 10111 | 100100111 | 110101 | 110100 |
Color Harmonies of #B942C5
Complementary color
Monochromatic Colors of #B942C5
Black with #B942C5
Text Example
Text Example
White with #B942C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942C5; }
p { color: rgb(185,66,197); }
H1.HeaderClassName
{
color: #B942C5;
}
.AnyTagClassName
{
color: #B942C5;
}
</style>
background-color css
<style>
a { background-color: #B942C5; }
a { background-color: rgb(185,66,197); }
div.DivClassName
{
background-color: #B942C5;
}
.BgClassName
{
background-color: #B942C5;
}
</style>
border-color css
<style>
span { border-color: #B942C5; }
span { border-color: rgb(185,66,197); }
td.TdClassName
{
border-color: #B942C5;
}
.TagClassName
{
border-color: #B942C5;
}
</style>