Shades of Fuchsia #B973BA
Tints of Fuchsia #B973BA
RGB
CMYK
RGB Variations
Color information
#B973BA (or 0xB973BA) is known color: Fuchsia. HEX triplet: B9, 73 and BA. RGB value is (185,115,186). Sum of RGB (Red+Green+Blue) = 185+115+186=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #B973BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973BA is #468C45. Grayscale: #8F8F8F. Windows color (decimal): -4623430 or 12219321. OLE color: 12219321.
HSL color Cylindrical-coordinate representation of color #B973BA: hue angle of 299.15º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B973BA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 186 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.27 |
| HSL | 299.15º | 0.34% | 0.59% | - |
| HSV(B) | 299.15º | 0.38% | 0.73% | - |
| XYZ | 35 | 26.12 | 49.65 | - |
| YUV | 144.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 186 | 0.01 | 0.38 | 0 | 0.27 | 299.15 | 0.34 | 0.59 |
| Hex | B9 | 73 | BA | 1 | 26 | 0 | 1B | 12B | 22 | 3B |
| Octal | 271 | 163 | 272 | 1 | 46 | 0 | 33 | 453 | 42 | 73 |
| Binary | 10111001 | 1110011 | 10111010 | 1 | 100110 | 0 | 11011 | 100101011 | 100010 | 111011 |
Color Harmonies of #B973BA
Complementary color
Monochromatic Colors of #B973BA
Black with #B973BA
Text Example
Text Example
White with #B973BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B973BA; }
p { color: rgb(185,115,186); }
H1.HeaderClassName
{
color: #B973BA;
}
.AnyTagClassName
{
color: #B973BA;
}
</style>
background-color css
<style>
a { background-color: #B973BA; }
a { background-color: rgb(185,115,186); }
div.DivClassName
{
background-color: #B973BA;
}
.BgClassName
{
background-color: #B973BA;
}
</style>
border-color css
<style>
span { border-color: #B973BA; }
span { border-color: rgb(185,115,186); }
td.TdClassName
{
border-color: #B973BA;
}
.TagClassName
{
border-color: #B973BA;
}
</style>