Shades of Fuchsia #B942AB
Tints of Fuchsia #B942AB
RGB
CMYK
RGB Variations
Color information
#B942AB (or 0xB942AB) is known color: Fuchsia. HEX triplet: B9, 42 and AB. RGB value is (185,66,171). Sum of RGB (Red+Green+Blue) = 185+66+171=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B942AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B942AB is #46BD54. Grayscale: #717171. Windows color (decimal): -4635989 or 11223737. OLE color: 11223737.
HSL color Cylindrical-coordinate representation of color #B942AB: hue angle of 307.06º 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 #B942AB is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 171 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.27 |
| HSL | 307.06º | 0.47% | 0.49% | - |
| HSV(B) | 307.06º | 0.64% | 0.73% | - |
| XYZ | 29.31 | 17.15 | 40.29 | - |
| YUV | 113.55 | 160.42 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 171 | 0 | 0.64 | 0.08 | 0.27 | 307.06 | 0.47 | 0.49 |
| Hex | B9 | 42 | AB | 0 | 40 | 8 | 1B | 133 | 2F | 31 |
| Octal | 271 | 102 | 253 | 0 | 100 | 10 | 33 | 463 | 57 | 61 |
| Binary | 10111001 | 1000010 | 10101011 | 0 | 1000000 | 1000 | 11011 | 100110011 | 101111 | 110001 |
Color Harmonies of #B942AB
Complementary color
Monochromatic Colors of #B942AB
Black with #B942AB
Text Example
Text Example
White with #B942AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942AB; }
p { color: rgb(185,66,171); }
H1.HeaderClassName
{
color: #B942AB;
}
.AnyTagClassName
{
color: #B942AB;
}
</style>
background-color css
<style>
a { background-color: #B942AB; }
a { background-color: rgb(185,66,171); }
div.DivClassName
{
background-color: #B942AB;
}
.BgClassName
{
background-color: #B942AB;
}
</style>
border-color css
<style>
span { border-color: #B942AB; }
span { border-color: rgb(185,66,171); }
td.TdClassName
{
border-color: #B942AB;
}
.TagClassName
{
border-color: #B942AB;
}
</style>