Shades of Fuchsia #B943A8
Tints of Fuchsia #B943A8
RGB
CMYK
RGB Variations
Color information
#B943A8 (or 0xB943A8) is known color: Fuchsia. HEX triplet: B9, 43 and A8. RGB value is (185,67,168). Sum of RGB (Red+Green+Blue) = 185+67+168=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B943A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B943A8 is #46BC57. Grayscale: #717171. Windows color (decimal): -4635736 or 11027385. OLE color: 11027385.
HSL color Cylindrical-coordinate representation of color #B943A8: hue angle of 308.64º 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 #B943A8 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 168 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.27 |
| HSL | 308.64º | 0.47% | 0.49% | - |
| HSV(B) | 308.64º | 0.64% | 0.73% | - |
| XYZ | 29.08 | 17.16 | 38.82 | - |
| YUV | 113.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 168 | 0 | 0.64 | 0.09 | 0.27 | 308.64 | 0.47 | 0.49 |
| Hex | B9 | 43 | A8 | 0 | 40 | 9 | 1B | 135 | 2F | 31 |
| Octal | 271 | 103 | 250 | 0 | 100 | 11 | 33 | 465 | 57 | 61 |
| Binary | 10111001 | 1000011 | 10101000 | 0 | 1000000 | 1001 | 11011 | 100110101 | 101111 | 110001 |
Color Harmonies of #B943A8
Complementary color
Monochromatic Colors of #B943A8
Black with #B943A8
Text Example
Text Example
White with #B943A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B943A8; }
p { color: rgb(185,67,168); }
H1.HeaderClassName
{
color: #B943A8;
}
.AnyTagClassName
{
color: #B943A8;
}
</style>
background-color css
<style>
a { background-color: #B943A8; }
a { background-color: rgb(185,67,168); }
div.DivClassName
{
background-color: #B943A8;
}
.BgClassName
{
background-color: #B943A8;
}
</style>
border-color css
<style>
span { border-color: #B943A8; }
span { border-color: rgb(185,67,168); }
td.TdClassName
{
border-color: #B943A8;
}
.TagClassName
{
border-color: #B943A8;
}
</style>