Shades of Fuchsia #B84BBD
Tints of Fuchsia #B84BBD
RGB
CMYK
RGB Variations
Color information
#B84BBD (or 0xB84BBD) is known color: Fuchsia. HEX triplet: B8, 4B and BD. RGB value is (184,75,189). Sum of RGB (Red+Green+Blue) = 184+75+189=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #B84BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BBD is #47B442. Grayscale: #787878. Windows color (decimal): -4699203 or 12405688. OLE color: 12405688.
HSL color Cylindrical-coordinate representation of color #B84BBD: hue angle of 297.37º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84BBD is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 75 | 189 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.26 |
| HSL | 297.37º | 0.46% | 0.52% | - |
| HSV(B) | 297.37º | 0.6% | 0.74% | - |
| XYZ | 31.47 | 18.9 | 50.13 | - |
| YUV | 120.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 189 | 0.03 | 0.60 | 0 | 0.26 | 297.37 | 0.46 | 0.52 |
| Hex | B8 | 4B | BD | 3 | 3C | 0 | 1A | 129 | 2E | 34 |
| Octal | 270 | 113 | 275 | 3 | 74 | 0 | 32 | 451 | 56 | 64 |
| Binary | 10111000 | 1001011 | 10111101 | 11 | 111100 | 0 | 11010 | 100101001 | 101110 | 110100 |
Color Harmonies of #B84BBD
Complementary color
Monochromatic Colors of #B84BBD
Black with #B84BBD
Text Example
Text Example
White with #B84BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84BBD; }
p { color: rgb(184,75,189); }
H1.HeaderClassName
{
color: #B84BBD;
}
.AnyTagClassName
{
color: #B84BBD;
}
</style>
background-color css
<style>
a { background-color: #B84BBD; }
a { background-color: rgb(184,75,189); }
div.DivClassName
{
background-color: #B84BBD;
}
.BgClassName
{
background-color: #B84BBD;
}
</style>
border-color css
<style>
span { border-color: #B84BBD; }
span { border-color: rgb(184,75,189); }
td.TdClassName
{
border-color: #B84BBD;
}
.TagClassName
{
border-color: #B84BBD;
}
</style>