Shades of Fuchsia #B83CB8
Tints of Fuchsia #B83CB8
RGB
CMYK
RGB Variations
Color information
#B83CB8 (or 0xB83CB8) is known color: Fuchsia. HEX triplet: B8, 3C and B8. RGB value is (184,60,184). Sum of RGB (Red+Green+Blue) = 184+60+184=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B83CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CB8 is #47C347. Grayscale: #6E6E6E. Windows color (decimal): -4703048 or 12074168. OLE color: 12074168.
HSL color Cylindrical-coordinate representation of color #B83CB8: 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.67%. Process color model (Four color, CMYK) of #B83CB8 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 184 | - |
| CMYK | 0 | 0.67 | 0 | 0.28 |
| HSL | 300º | 0.51% | 0.48% | - |
| HSV(B) | 300º | 0.67% | 0.72% | - |
| XYZ | 30.03 | 16.88 | 47.02 | - |
| YUV | 111.21 | 169.08 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 184 | 0 | 0.67 | 0 | 0.28 | 300 | 0.51 | 0.48 |
| Hex | B8 | 3C | B8 | 0 | 43 | 0 | 1C | 12C | 33 | 30 |
| Octal | 270 | 74 | 270 | 0 | 103 | 0 | 34 | 454 | 63 | 60 |
| Binary | 10111000 | 111100 | 10111000 | 0 | 1000011 | 0 | 11100 | 100101100 | 110011 | 110000 |
Color Harmonies of #B83CB8
Complementary color
Monochromatic Colors of #B83CB8
Black with #B83CB8
Text Example
Text Example
White with #B83CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83CB8; }
p { color: rgb(184,60,184); }
H1.HeaderClassName
{
color: #B83CB8;
}
.AnyTagClassName
{
color: #B83CB8;
}
</style>
background-color css
<style>
a { background-color: #B83CB8; }
a { background-color: rgb(184,60,184); }
div.DivClassName
{
background-color: #B83CB8;
}
.BgClassName
{
background-color: #B83CB8;
}
</style>
border-color css
<style>
span { border-color: #B83CB8; }
span { border-color: rgb(184,60,184); }
td.TdClassName
{
border-color: #B83CB8;
}
.TagClassName
{
border-color: #B83CB8;
}
</style>