Shades of Fuchsia #B970B7
Tints of Fuchsia #B970B7
RGB
CMYK
RGB Variations
Color information
#B970B7 (or 0xB970B7) is known color: Fuchsia. HEX triplet: B9, 70 and B7. RGB value is (185,112,183). Sum of RGB (Red+Green+Blue) = 185+112+183=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B970B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970B7 is #468F48. Grayscale: #8D8D8D. Windows color (decimal): -4624201 or 12021945. OLE color: 12021945.
HSL color Cylindrical-coordinate representation of color #B970B7: hue angle of 301.64º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B970B7 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 183 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.27 |
| HSL | 301.64º | 0.34% | 0.58% | - |
| HSV(B) | 301.64º | 0.39% | 0.73% | - |
| XYZ | 34.35 | 25.32 | 47.88 | - |
| YUV | 141.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 183 | 0 | 0.39 | 0.01 | 0.27 | 301.64 | 0.34 | 0.58 |
| Hex | B9 | 70 | B7 | 0 | 27 | 1 | 1B | 12E | 22 | 3A |
| Octal | 271 | 160 | 267 | 0 | 47 | 1 | 33 | 456 | 42 | 72 |
| Binary | 10111001 | 1110000 | 10110111 | 0 | 100111 | 1 | 11011 | 100101110 | 100010 | 111010 |
Color Harmonies of #B970B7
Complementary color
Monochromatic Colors of #B970B7
Black with #B970B7
Text Example
Text Example
White with #B970B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970B7; }
p { color: rgb(185,112,183); }
H1.HeaderClassName
{
color: #B970B7;
}
.AnyTagClassName
{
color: #B970B7;
}
</style>
background-color css
<style>
a { background-color: #B970B7; }
a { background-color: rgb(185,112,183); }
div.DivClassName
{
background-color: #B970B7;
}
.BgClassName
{
background-color: #B970B7;
}
</style>
border-color css
<style>
span { border-color: #B970B7; }
span { border-color: rgb(185,112,183); }
td.TdClassName
{
border-color: #B970B7;
}
.TagClassName
{
border-color: #B970B7;
}
</style>