Shades of Fuchsia #B942BF
Tints of Fuchsia #B942BF
RGB
CMYK
RGB Variations
Color information
#B942BF (or 0xB942BF) is known color: Fuchsia. HEX triplet: B9, 42 and BF. RGB value is (185,66,191). Sum of RGB (Red+Green+Blue) = 185+66+191=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #B942BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942BF is #46BD40. Grayscale: #737373. Windows color (decimal): -4635969 or 12534457. OLE color: 12534457.
HSL color Cylindrical-coordinate representation of color #B942BF: hue angle of 297.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B942BF is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 66 | 191 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.25 |
| HSL | 297.12º | 0.49% | 0.5% | - |
| HSV(B) | 297.12º | 0.65% | 0.75% | - |
| XYZ | 31.36 | 17.97 | 51.11 | - |
| YUV | 115.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 191 | 0.03 | 0.65 | 0 | 0.25 | 297.12 | 0.49 | 0.5 |
| Hex | B9 | 42 | BF | 3 | 41 | 0 | 19 | 129 | 31 | 32 |
| Octal | 271 | 102 | 277 | 3 | 101 | 0 | 31 | 451 | 61 | 62 |
| Binary | 10111001 | 1000010 | 10111111 | 11 | 1000001 | 0 | 11001 | 100101001 | 110001 | 110010 |
Color Harmonies of #B942BF
Complementary color
Monochromatic Colors of #B942BF
Black with #B942BF
Text Example
Text Example
White with #B942BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942BF; }
p { color: rgb(185,66,191); }
H1.HeaderClassName
{
color: #B942BF;
}
.AnyTagClassName
{
color: #B942BF;
}
</style>
background-color css
<style>
a { background-color: #B942BF; }
a { background-color: rgb(185,66,191); }
div.DivClassName
{
background-color: #B942BF;
}
.BgClassName
{
background-color: #B942BF;
}
</style>
border-color css
<style>
span { border-color: #B942BF; }
span { border-color: rgb(185,66,191); }
td.TdClassName
{
border-color: #B942BF;
}
.TagClassName
{
border-color: #B942BF;
}
</style>