Shades of Fuchsia #B83BB8
Tints of Fuchsia #B83BB8
RGB
CMYK
RGB Variations
Color information
#B83BB8 (or 0xB83BB8) is known color: Fuchsia. HEX triplet: B8, 3B and B8. RGB value is (184,59,184). Sum of RGB (Red+Green+Blue) = 184+59+184=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B83BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BB8 is #47C447. Grayscale: #6E6E6E. Windows color (decimal): -4703304 or 12073912. OLE color: 12073912.
HSL color Cylindrical-coordinate representation of color #B83BB8: hue angle of 300º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83BB8 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 184 | - |
| CMYK | 0 | 0.68 | 0 | 0.28 |
| HSL | 300º | 0.51% | 0.48% | - |
| HSV(B) | 300º | 0.68% | 0.72% | - |
| XYZ | 29.98 | 16.78 | 47.01 | - |
| YUV | 110.63 | 169.41 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 184 | 0 | 0.68 | 0 | 0.28 | 300 | 0.51 | 0.48 |
| Hex | B8 | 3B | B8 | 0 | 44 | 0 | 1C | 12C | 33 | 30 |
| Octal | 270 | 73 | 270 | 0 | 104 | 0 | 34 | 454 | 63 | 60 |
| Binary | 10111000 | 111011 | 10111000 | 0 | 1000100 | 0 | 11100 | 100101100 | 110011 | 110000 |
Color Harmonies of #B83BB8
Complementary color
Monochromatic Colors of #B83BB8
Black with #B83BB8
Text Example
Text Example
White with #B83BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BB8; }
p { color: rgb(184,59,184); }
H1.HeaderClassName
{
color: #B83BB8;
}
.AnyTagClassName
{
color: #B83BB8;
}
</style>
background-color css
<style>
a { background-color: #B83BB8; }
a { background-color: rgb(184,59,184); }
div.DivClassName
{
background-color: #B83BB8;
}
.BgClassName
{
background-color: #B83BB8;
}
</style>
border-color css
<style>
span { border-color: #B83BB8; }
span { border-color: rgb(184,59,184); }
td.TdClassName
{
border-color: #B83BB8;
}
.TagClassName
{
border-color: #B83BB8;
}
</style>