Shades of Fuchsia #B867B1
Tints of Fuchsia #B867B1
RGB
CMYK
RGB Variations
Color information
#B867B1 (or 0xB867B1) is known color: Fuchsia. HEX triplet: B8, 67 and B1. RGB value is (184,103,177). Sum of RGB (Red+Green+Blue) = 184+103+177=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B867B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B867B1 is #47984E. Grayscale: #878787. Windows color (decimal): -4692047 or 11626424. OLE color: 11626424.
HSL color Cylindrical-coordinate representation of color #B867B1: hue angle of 305.19º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B867B1 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 177 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.28 |
| HSL | 305.19º | 0.36% | 0.56% | - |
| HSV(B) | 305.19º | 0.44% | 0.72% | - |
| XYZ | 32.55 | 23.07 | 44.33 | - |
| YUV | 135.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 177 | 0 | 0.44 | 0.04 | 0.28 | 305.19 | 0.36 | 0.56 |
| Hex | B8 | 67 | B1 | 0 | 2C | 4 | 1C | 131 | 24 | 38 |
| Octal | 270 | 147 | 261 | 0 | 54 | 4 | 34 | 461 | 44 | 70 |
| Binary | 10111000 | 1100111 | 10110001 | 0 | 101100 | 100 | 11100 | 100110001 | 100100 | 111000 |
Color Harmonies of #B867B1
Complementary color
Monochromatic Colors of #B867B1
Black with #B867B1
Text Example
Text Example
White with #B867B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B867B1; }
p { color: rgb(184,103,177); }
H1.HeaderClassName
{
color: #B867B1;
}
.AnyTagClassName
{
color: #B867B1;
}
</style>
background-color css
<style>
a { background-color: #B867B1; }
a { background-color: rgb(184,103,177); }
div.DivClassName
{
background-color: #B867B1;
}
.BgClassName
{
background-color: #B867B1;
}
</style>
border-color css
<style>
span { border-color: #B867B1; }
span { border-color: rgb(184,103,177); }
td.TdClassName
{
border-color: #B867B1;
}
.TagClassName
{
border-color: #B867B1;
}
</style>