Shades of Fuchsia #B870B1
Tints of Fuchsia #B870B1
RGB
CMYK
RGB Variations
Color information
#B870B1 (or 0xB870B1) is known color: Fuchsia. HEX triplet: B8, 70 and B1. RGB value is (184,112,177). Sum of RGB (Red+Green+Blue) = 184+112+177=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B870B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B870B1 is #478F4E. Grayscale: #8C8C8C. Windows color (decimal): -4689743 or 11628728. OLE color: 11628728.
HSL color Cylindrical-coordinate representation of color #B870B1: hue angle of 305.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B870B1 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 177 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.28 |
| HSL | 305.83º | 0.34% | 0.58% | - |
| HSV(B) | 305.83º | 0.39% | 0.72% | - |
| XYZ | 33.5 | 24.95 | 44.65 | - |
| YUV | 140.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 177 | 0 | 0.39 | 0.04 | 0.28 | 305.83 | 0.34 | 0.58 |
| Hex | B8 | 70 | B1 | 0 | 27 | 4 | 1C | 132 | 22 | 3A |
| Octal | 270 | 160 | 261 | 0 | 47 | 4 | 34 | 462 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10110001 | 0 | 100111 | 100 | 11100 | 100110010 | 100010 | 111010 |
Color Harmonies of #B870B1
Complementary color
Monochromatic Colors of #B870B1
Black with #B870B1
Text Example
Text Example
White with #B870B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B870B1; }
p { color: rgb(184,112,177); }
H1.HeaderClassName
{
color: #B870B1;
}
.AnyTagClassName
{
color: #B870B1;
}
</style>
background-color css
<style>
a { background-color: #B870B1; }
a { background-color: rgb(184,112,177); }
div.DivClassName
{
background-color: #B870B1;
}
.BgClassName
{
background-color: #B870B1;
}
</style>
border-color css
<style>
span { border-color: #B870B1; }
span { border-color: rgb(184,112,177); }
td.TdClassName
{
border-color: #B870B1;
}
.TagClassName
{
border-color: #B870B1;
}
</style>