Shades of Fuchsia #B845BE
Tints of Fuchsia #B845BE
RGB
CMYK
RGB Variations
Color information
#B845BE (or 0xB845BE) is known color: Fuchsia. HEX triplet: B8, 45 and BE. RGB value is (184,69,190). Sum of RGB (Red+Green+Blue) = 184+69+190=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #B845BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845BE is #47BA41. Grayscale: #747474. Windows color (decimal): -4700738 or 12469688. OLE color: 12469688.
HSL color Cylindrical-coordinate representation of color #B845BE: hue angle of 297.02º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B845BE is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 69 | 190 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.25 |
| HSL | 297.02º | 0.48% | 0.51% | - |
| HSV(B) | 297.02º | 0.64% | 0.75% | - |
| XYZ | 31.19 | 18.16 | 50.58 | - |
| YUV | 117.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 190 | 0.03 | 0.64 | 0 | 0.25 | 297.02 | 0.48 | 0.51 |
| Hex | B8 | 45 | BE | 3 | 40 | 0 | 19 | 129 | 30 | 33 |
| Octal | 270 | 105 | 276 | 3 | 100 | 0 | 31 | 451 | 60 | 63 |
| Binary | 10111000 | 1000101 | 10111110 | 11 | 1000000 | 0 | 11001 | 100101001 | 110000 | 110011 |
Color Harmonies of #B845BE
Complementary color
Monochromatic Colors of #B845BE
Black with #B845BE
Text Example
Text Example
White with #B845BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B845BE; }
p { color: rgb(184,69,190); }
H1.HeaderClassName
{
color: #B845BE;
}
.AnyTagClassName
{
color: #B845BE;
}
</style>
background-color css
<style>
a { background-color: #B845BE; }
a { background-color: rgb(184,69,190); }
div.DivClassName
{
background-color: #B845BE;
}
.BgClassName
{
background-color: #B845BE;
}
</style>
border-color css
<style>
span { border-color: #B845BE; }
span { border-color: rgb(184,69,190); }
td.TdClassName
{
border-color: #B845BE;
}
.TagClassName
{
border-color: #B845BE;
}
</style>