Shades of Fuchsia #B845B2
Tints of Fuchsia #B845B2
RGB
CMYK
RGB Variations
Color information
#B845B2 (or 0xB845B2) is known color: Fuchsia. HEX triplet: B8, 45 and B2. RGB value is (184,69,178). Sum of RGB (Red+Green+Blue) = 184+69+178=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B845B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B845B2 is #47BA4D. Grayscale: #737373. Windows color (decimal): -4700750 or 11683256. OLE color: 11683256.
HSL color Cylindrical-coordinate representation of color #B845B2: hue angle of 303.13º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B845B2 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 178 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.28 |
| HSL | 303.13º | 0.45% | 0.5% | - |
| HSV(B) | 303.13º | 0.63% | 0.72% | - |
| XYZ | 29.93 | 17.66 | 43.95 | - |
| YUV | 115.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 178 | 0 | 0.62 | 0.03 | 0.28 | 303.13 | 0.45 | 0.5 |
| Hex | B8 | 45 | B2 | 0 | 3E | 3 | 1C | 12F | 2D | 32 |
| Octal | 270 | 105 | 262 | 0 | 76 | 3 | 34 | 457 | 55 | 62 |
| Binary | 10111000 | 1000101 | 10110010 | 0 | 111110 | 11 | 11100 | 100101111 | 101101 | 110010 |
Color Harmonies of #B845B2
Complementary color
Monochromatic Colors of #B845B2
Black with #B845B2
Text Example
Text Example
White with #B845B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B845B2; }
p { color: rgb(184,69,178); }
H1.HeaderClassName
{
color: #B845B2;
}
.AnyTagClassName
{
color: #B845B2;
}
</style>
background-color css
<style>
a { background-color: #B845B2; }
a { background-color: rgb(184,69,178); }
div.DivClassName
{
background-color: #B845B2;
}
.BgClassName
{
background-color: #B845B2;
}
</style>
border-color css
<style>
span { border-color: #B845B2; }
span { border-color: rgb(184,69,178); }
td.TdClassName
{
border-color: #B845B2;
}
.TagClassName
{
border-color: #B845B2;
}
</style>