Shades of Fuchsia #B942A8
Tints of Fuchsia #B942A8
RGB
CMYK
RGB Variations
Color information
#B942A8 (or 0xB942A8) is known color: Fuchsia. HEX triplet: B9, 42 and A8. RGB value is (185,66,168). Sum of RGB (Red+Green+Blue) = 185+66+168=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B942A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B942A8 is #46BD57. Grayscale: #707070. Windows color (decimal): -4635992 or 11027129. OLE color: 11027129.
HSL color Cylindrical-coordinate representation of color #B942A8: hue angle of 308.57º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B942A8 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 168 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.27 |
| HSL | 308.57º | 0.47% | 0.49% | - |
| HSV(B) | 308.57º | 0.64% | 0.73% | - |
| XYZ | 29.02 | 17.04 | 38.8 | - |
| YUV | 113.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 168 | 0 | 0.64 | 0.09 | 0.27 | 308.57 | 0.47 | 0.49 |
| Hex | B9 | 42 | A8 | 0 | 40 | 9 | 1B | 135 | 2F | 31 |
| Octal | 271 | 102 | 250 | 0 | 100 | 11 | 33 | 465 | 57 | 61 |
| Binary | 10111001 | 1000010 | 10101000 | 0 | 1000000 | 1001 | 11011 | 100110101 | 101111 | 110001 |
Color Harmonies of #B942A8
Complementary color
Monochromatic Colors of #B942A8
Black with #B942A8
Text Example
Text Example
White with #B942A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942A8; }
p { color: rgb(185,66,168); }
H1.HeaderClassName
{
color: #B942A8;
}
.AnyTagClassName
{
color: #B942A8;
}
</style>
background-color css
<style>
a { background-color: #B942A8; }
a { background-color: rgb(185,66,168); }
div.DivClassName
{
background-color: #B942A8;
}
.BgClassName
{
background-color: #B942A8;
}
</style>
border-color css
<style>
span { border-color: #B942A8; }
span { border-color: rgb(185,66,168); }
td.TdClassName
{
border-color: #B942A8;
}
.TagClassName
{
border-color: #B942A8;
}
</style>