Shades of Fuchsia #B942AD
Tints of Fuchsia #B942AD
RGB
CMYK
RGB Variations
Color information
#B942AD (or 0xB942AD) is known color: Fuchsia. HEX triplet: B9, 42 and AD. RGB value is (185,66,173). Sum of RGB (Red+Green+Blue) = 185+66+173=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B942AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B942AD is #46BD52. Grayscale: #717171. Windows color (decimal): -4635987 or 11354809. OLE color: 11354809.
HSL color Cylindrical-coordinate representation of color #B942AD: hue angle of 306.05º 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 #B942AD is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 173 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.27 |
| HSL | 306.05º | 0.47% | 0.49% | - |
| HSV(B) | 306.05º | 0.64% | 0.73% | - |
| XYZ | 29.5 | 17.23 | 41.31 | - |
| YUV | 113.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 173 | 0 | 0.64 | 0.06 | 0.27 | 306.05 | 0.47 | 0.49 |
| Hex | B9 | 42 | AD | 0 | 40 | 6 | 1B | 132 | 2F | 31 |
| Octal | 271 | 102 | 255 | 0 | 100 | 6 | 33 | 462 | 57 | 61 |
| Binary | 10111001 | 1000010 | 10101101 | 0 | 1000000 | 110 | 11011 | 100110010 | 101111 | 110001 |
Color Harmonies of #B942AD
Complementary color
Monochromatic Colors of #B942AD
Black with #B942AD
Text Example
Text Example
White with #B942AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942AD; }
p { color: rgb(185,66,173); }
H1.HeaderClassName
{
color: #B942AD;
}
.AnyTagClassName
{
color: #B942AD;
}
</style>
background-color css
<style>
a { background-color: #B942AD; }
a { background-color: rgb(185,66,173); }
div.DivClassName
{
background-color: #B942AD;
}
.BgClassName
{
background-color: #B942AD;
}
</style>
border-color css
<style>
span { border-color: #B942AD; }
span { border-color: rgb(185,66,173); }
td.TdClassName
{
border-color: #B942AD;
}
.TagClassName
{
border-color: #B942AD;
}
</style>