Shades of Fuchsia #B82ABB
Tints of Fuchsia #B82ABB
RGB
CMYK
RGB Variations
Color information
#B82ABB (or 0xB82ABB) is known color: Fuchsia. HEX triplet: B8, 2A and BB. RGB value is (184,42,187). Sum of RGB (Red+Green+Blue) = 184+42+187=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #B82ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ABB is #47D544. Grayscale: #646464. Windows color (decimal): -4707653 or 12266168. OLE color: 12266168.
HSL color Cylindrical-coordinate representation of color #B82ABB: hue angle of 298.76º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82ABB is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 42 | 187 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.27 |
| HSL | 298.76º | 0.63% | 0.45% | - |
| HSV(B) | 298.76º | 0.78% | 0.73% | - |
| XYZ | 29.56 | 15.43 | 48.43 | - |
| YUV | 100.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 187 | 0.02 | 0.78 | 0 | 0.27 | 298.76 | 0.63 | 0.45 |
| Hex | B8 | 2A | BB | 2 | 4E | 0 | 1B | 12B | 3F | 2D |
| Octal | 270 | 52 | 273 | 2 | 116 | 0 | 33 | 453 | 77 | 55 |
| Binary | 10111000 | 101010 | 10111011 | 10 | 1001110 | 0 | 11011 | 100101011 | 111111 | 101101 |
Color Harmonies of #B82ABB
Complementary color
Monochromatic Colors of #B82ABB
Black with #B82ABB
Text Example
Text Example
White with #B82ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82ABB; }
p { color: rgb(184,42,187); }
H1.HeaderClassName
{
color: #B82ABB;
}
.AnyTagClassName
{
color: #B82ABB;
}
</style>
background-color css
<style>
a { background-color: #B82ABB; }
a { background-color: rgb(184,42,187); }
div.DivClassName
{
background-color: #B82ABB;
}
.BgClassName
{
background-color: #B82ABB;
}
</style>
border-color css
<style>
span { border-color: #B82ABB; }
span { border-color: rgb(184,42,187); }
td.TdClassName
{
border-color: #B82ABB;
}
.TagClassName
{
border-color: #B82ABB;
}
</style>