Shades of Fuchsia #B83AB2
Tints of Fuchsia #B83AB2
RGB
CMYK
RGB Variations
Color information
#B83AB2 (or 0xB83AB2) is known color: Fuchsia. HEX triplet: B8, 3A and B2. RGB value is (184,58,178). Sum of RGB (Red+Green+Blue) = 184+58+178=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B83AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83AB2 is #47C54D. Grayscale: #6C6C6C. Windows color (decimal): -4703566 or 11680440. OLE color: 11680440.
HSL color Cylindrical-coordinate representation of color #B83AB2: hue angle of 302.86º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83AB2 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 178 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.28 |
| HSL | 302.86º | 0.52% | 0.47% | - |
| HSV(B) | 302.86º | 0.68% | 0.72% | - |
| XYZ | 29.32 | 16.43 | 43.75 | - |
| YUV | 109.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 178 | 0 | 0.68 | 0.03 | 0.28 | 302.86 | 0.52 | 0.47 |
| Hex | B8 | 3A | B2 | 0 | 44 | 3 | 1C | 12F | 34 | 2F |
| Octal | 270 | 72 | 262 | 0 | 104 | 3 | 34 | 457 | 64 | 57 |
| Binary | 10111000 | 111010 | 10110010 | 0 | 1000100 | 11 | 11100 | 100101111 | 110100 | 101111 |
Color Harmonies of #B83AB2
Complementary color
Monochromatic Colors of #B83AB2
Black with #B83AB2
Text Example
Text Example
White with #B83AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83AB2; }
p { color: rgb(184,58,178); }
H1.HeaderClassName
{
color: #B83AB2;
}
.AnyTagClassName
{
color: #B83AB2;
}
</style>
background-color css
<style>
a { background-color: #B83AB2; }
a { background-color: rgb(184,58,178); }
div.DivClassName
{
background-color: #B83AB2;
}
.BgClassName
{
background-color: #B83AB2;
}
</style>
border-color css
<style>
span { border-color: #B83AB2; }
span { border-color: rgb(184,58,178); }
td.TdClassName
{
border-color: #B83AB2;
}
.TagClassName
{
border-color: #B83AB2;
}
</style>