Shades of Fuchsia #B845AF
Tints of Fuchsia #B845AF
RGB
CMYK
RGB Variations
Color information
#B845AF (or 0xB845AF) is known color: Fuchsia. HEX triplet: B8, 45 and AF. RGB value is (184,69,175). Sum of RGB (Red+Green+Blue) = 184+69+175=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B845AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B845AF is #47BA50. Grayscale: #737373. Windows color (decimal): -4700753 or 11486648. OLE color: 11486648.
HSL color Cylindrical-coordinate representation of color #B845AF: hue angle of 304.7º 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 #B845AF is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 175 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.28 |
| HSL | 304.7º | 0.45% | 0.5% | - |
| HSV(B) | 304.7º | 0.63% | 0.72% | - |
| XYZ | 29.63 | 17.54 | 42.38 | - |
| YUV | 115.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 175 | 0 | 0.62 | 0.05 | 0.28 | 304.7 | 0.45 | 0.5 |
| Hex | B8 | 45 | AF | 0 | 3E | 5 | 1C | 131 | 2D | 32 |
| Octal | 270 | 105 | 257 | 0 | 76 | 5 | 34 | 461 | 55 | 62 |
| Binary | 10111000 | 1000101 | 10101111 | 0 | 111110 | 101 | 11100 | 100110001 | 101101 | 110010 |
Color Harmonies of #B845AF
Complementary color
Monochromatic Colors of #B845AF
Black with #B845AF
Text Example
Text Example
White with #B845AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B845AF; }
p { color: rgb(184,69,175); }
H1.HeaderClassName
{
color: #B845AF;
}
.AnyTagClassName
{
color: #B845AF;
}
</style>
background-color css
<style>
a { background-color: #B845AF; }
a { background-color: rgb(184,69,175); }
div.DivClassName
{
background-color: #B845AF;
}
.BgClassName
{
background-color: #B845AF;
}
</style>
border-color css
<style>
span { border-color: #B845AF; }
span { border-color: rgb(184,69,175); }
td.TdClassName
{
border-color: #B845AF;
}
.TagClassName
{
border-color: #B845AF;
}
</style>