Shades of Fuchsia #B846BD
Tints of Fuchsia #B846BD
RGB
CMYK
RGB Variations
Color information
#B846BD (or 0xB846BD) is known color: Fuchsia. HEX triplet: B8, 46 and BD. RGB value is (184,70,189). Sum of RGB (Red+Green+Blue) = 184+70+189=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #B846BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846BD is #47B942. Grayscale: #757575. Windows color (decimal): -4700483 or 12404408. OLE color: 12404408.
HSL color Cylindrical-coordinate representation of color #B846BD: hue angle of 297.48º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B846BD is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 70 | 189 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.26 |
| HSL | 297.48º | 0.47% | 0.51% | - |
| HSV(B) | 297.48º | 0.63% | 0.74% | - |
| XYZ | 31.14 | 18.24 | 50.02 | - |
| YUV | 117.65 | 168.27 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 189 | 0.03 | 0.63 | 0 | 0.26 | 297.48 | 0.47 | 0.51 |
| Hex | B8 | 46 | BD | 3 | 3F | 0 | 1A | 129 | 2F | 33 |
| Octal | 270 | 106 | 275 | 3 | 77 | 0 | 32 | 451 | 57 | 63 |
| Binary | 10111000 | 1000110 | 10111101 | 11 | 111111 | 0 | 11010 | 100101001 | 101111 | 110011 |
Color Harmonies of #B846BD
Complementary color
Monochromatic Colors of #B846BD
Black with #B846BD
Text Example
Text Example
White with #B846BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B846BD; }
p { color: rgb(184,70,189); }
H1.HeaderClassName
{
color: #B846BD;
}
.AnyTagClassName
{
color: #B846BD;
}
</style>
background-color css
<style>
a { background-color: #B846BD; }
a { background-color: rgb(184,70,189); }
div.DivClassName
{
background-color: #B846BD;
}
.BgClassName
{
background-color: #B846BD;
}
</style>
border-color css
<style>
span { border-color: #B846BD; }
span { border-color: rgb(184,70,189); }
td.TdClassName
{
border-color: #B846BD;
}
.TagClassName
{
border-color: #B846BD;
}
</style>