Shades of Fuchsia #B82AB7
Tints of Fuchsia #B82AB7
RGB
CMYK
RGB Variations
Color information
#B82AB7 (or 0xB82AB7) is known color: Fuchsia. HEX triplet: B8, 2A and B7. RGB value is (184,42,183). Sum of RGB (Red+Green+Blue) = 184+42+183=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B82AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82AB7 is #47D548. Grayscale: #646464. Windows color (decimal): -4707657 or 12004024. OLE color: 12004024.
HSL color Cylindrical-coordinate representation of color #B82AB7: hue angle of 300.42º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82AB7 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 183 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.28 |
| HSL | 300.42º | 0.63% | 0.44% | - |
| HSV(B) | 300.42º | 0.77% | 0.72% | - |
| XYZ | 29.14 | 15.27 | 46.21 | - |
| YUV | 100.53 | 174.54 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 183 | 0 | 0.77 | 0.01 | 0.28 | 300.42 | 0.63 | 0.44 |
| Hex | B8 | 2A | B7 | 0 | 4D | 1 | 1C | 12C | 3F | 2C |
| Octal | 270 | 52 | 267 | 0 | 115 | 1 | 34 | 454 | 77 | 54 |
| Binary | 10111000 | 101010 | 10110111 | 0 | 1001101 | 1 | 11100 | 100101100 | 111111 | 101100 |
Color Harmonies of #B82AB7
Complementary color
Monochromatic Colors of #B82AB7
Black with #B82AB7
Text Example
Text Example
White with #B82AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82AB7; }
p { color: rgb(184,42,183); }
H1.HeaderClassName
{
color: #B82AB7;
}
.AnyTagClassName
{
color: #B82AB7;
}
</style>
background-color css
<style>
a { background-color: #B82AB7; }
a { background-color: rgb(184,42,183); }
div.DivClassName
{
background-color: #B82AB7;
}
.BgClassName
{
background-color: #B82AB7;
}
</style>
border-color css
<style>
span { border-color: #B82AB7; }
span { border-color: rgb(184,42,183); }
td.TdClassName
{
border-color: #B82AB7;
}
.TagClassName
{
border-color: #B82AB7;
}
</style>