Shades of Fuchsia #B943AB
Tints of Fuchsia #B943AB
RGB
CMYK
RGB Variations
Color information
#B943AB (or 0xB943AB) is known color: Fuchsia. HEX triplet: B9, 43 and AB. RGB value is (185,67,171). Sum of RGB (Red+Green+Blue) = 185+67+171=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B943AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B943AB is #46BC54. Grayscale: #717171. Windows color (decimal): -4635733 or 11223993. OLE color: 11223993.
HSL color Cylindrical-coordinate representation of color #B943AB: hue angle of 307.12º 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 #B943AB is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 171 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.27 |
| HSL | 307.12º | 0.47% | 0.49% | - |
| HSV(B) | 307.12º | 0.64% | 0.73% | - |
| XYZ | 29.37 | 17.27 | 40.31 | - |
| YUV | 114.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 171 | 0 | 0.64 | 0.08 | 0.27 | 307.12 | 0.47 | 0.49 |
| Hex | B9 | 43 | AB | 0 | 40 | 8 | 1B | 133 | 2F | 31 |
| Octal | 271 | 103 | 253 | 0 | 100 | 10 | 33 | 463 | 57 | 61 |
| Binary | 10111001 | 1000011 | 10101011 | 0 | 1000000 | 1000 | 11011 | 100110011 | 101111 | 110001 |
Color Harmonies of #B943AB
Complementary color
Monochromatic Colors of #B943AB
Black with #B943AB
Text Example
Text Example
White with #B943AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B943AB; }
p { color: rgb(185,67,171); }
H1.HeaderClassName
{
color: #B943AB;
}
.AnyTagClassName
{
color: #B943AB;
}
</style>
background-color css
<style>
a { background-color: #B943AB; }
a { background-color: rgb(185,67,171); }
div.DivClassName
{
background-color: #B943AB;
}
.BgClassName
{
background-color: #B943AB;
}
</style>
border-color css
<style>
span { border-color: #B943AB; }
span { border-color: rgb(185,67,171); }
td.TdClassName
{
border-color: #B943AB;
}
.TagClassName
{
border-color: #B943AB;
}
</style>