Shades of Fuchsia #B869B3
Tints of Fuchsia #B869B3
RGB
CMYK
RGB Variations
Color information
#B869B3 (or 0xB869B3) is known color: Fuchsia. HEX triplet: B8, 69 and B3. RGB value is (184,105,179). Sum of RGB (Red+Green+Blue) = 184+105+179=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B869B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869B3 is #47964C. Grayscale: #888888. Windows color (decimal): -4691533 or 11758008. OLE color: 11758008.
HSL color Cylindrical-coordinate representation of color #B869B3: hue angle of 303.8º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B869B3 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 179 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.28 |
| HSL | 303.8º | 0.36% | 0.57% | - |
| HSV(B) | 303.8º | 0.43% | 0.72% | - |
| XYZ | 32.96 | 23.55 | 45.46 | - |
| YUV | 137.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 179 | 0 | 0.43 | 0.03 | 0.28 | 303.8 | 0.36 | 0.57 |
| Hex | B8 | 69 | B3 | 0 | 2B | 3 | 1C | 130 | 24 | 39 |
| Octal | 270 | 151 | 263 | 0 | 53 | 3 | 34 | 460 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10110011 | 0 | 101011 | 11 | 11100 | 100110000 | 100100 | 111001 |
Color Harmonies of #B869B3
Complementary color
Monochromatic Colors of #B869B3
Black with #B869B3
Text Example
Text Example
White with #B869B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B869B3; }
p { color: rgb(184,105,179); }
H1.HeaderClassName
{
color: #B869B3;
}
.AnyTagClassName
{
color: #B869B3;
}
</style>
background-color css
<style>
a { background-color: #B869B3; }
a { background-color: rgb(184,105,179); }
div.DivClassName
{
background-color: #B869B3;
}
.BgClassName
{
background-color: #B869B3;
}
</style>
border-color css
<style>
span { border-color: #B869B3; }
span { border-color: rgb(184,105,179); }
td.TdClassName
{
border-color: #B869B3;
}
.TagClassName
{
border-color: #B869B3;
}
</style>