Shades of Fuchsia #B848BD
Tints of Fuchsia #B848BD
RGB
CMYK
RGB Variations
Color information
#B848BD (or 0xB848BD) is known color: Fuchsia. HEX triplet: B8, 48 and BD. RGB value is (184,72,189). Sum of RGB (Red+Green+Blue) = 184+72+189=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #B848BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848BD is #47B742. Grayscale: #767676. Windows color (decimal): -4699971 or 12404920. OLE color: 12404920.
HSL color Cylindrical-coordinate representation of color #B848BD: hue angle of 297.44º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B848BD is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 72 | 189 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.26 |
| HSL | 297.44º | 0.47% | 0.51% | - |
| HSV(B) | 297.44º | 0.62% | 0.74% | - |
| XYZ | 31.27 | 18.5 | 50.07 | - |
| YUV | 118.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 189 | 0.03 | 0.62 | 0 | 0.26 | 297.44 | 0.47 | 0.51 |
| Hex | B8 | 48 | BD | 3 | 3E | 0 | 1A | 129 | 2F | 33 |
| Octal | 270 | 110 | 275 | 3 | 76 | 0 | 32 | 451 | 57 | 63 |
| Binary | 10111000 | 1001000 | 10111101 | 11 | 111110 | 0 | 11010 | 100101001 | 101111 | 110011 |
Color Harmonies of #B848BD
Complementary color
Monochromatic Colors of #B848BD
Black with #B848BD
Text Example
Text Example
White with #B848BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B848BD; }
p { color: rgb(184,72,189); }
H1.HeaderClassName
{
color: #B848BD;
}
.AnyTagClassName
{
color: #B848BD;
}
</style>
background-color css
<style>
a { background-color: #B848BD; }
a { background-color: rgb(184,72,189); }
div.DivClassName
{
background-color: #B848BD;
}
.BgClassName
{
background-color: #B848BD;
}
</style>
border-color css
<style>
span { border-color: #B848BD; }
span { border-color: rgb(184,72,189); }
td.TdClassName
{
border-color: #B848BD;
}
.TagClassName
{
border-color: #B848BD;
}
</style>