Shades of Fuchsia #B836C7
Tints of Fuchsia #B836C7
RGB
CMYK
RGB Variations
Color information
#B836C7 (or 0xB836C7) is known color: Fuchsia. HEX triplet: B8, 36 and C7. RGB value is (184,54,199). Sum of RGB (Red+Green+Blue) = 184+54+199=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #B836C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836C7 is #47C938. Grayscale: #6C6C6C. Windows color (decimal): -4704569 or 13055672. OLE color: 13055672.
HSL color Cylindrical-coordinate representation of color #B836C7: hue angle of 293.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B836C7 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 54 | 199 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.22 |
| HSL | 293.79º | 0.57% | 0.5% | - |
| HSV(B) | 293.79º | 0.73% | 0.78% | - |
| XYZ | 31.4 | 16.95 | 55.65 | - |
| YUV | 109.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 199 | 0.08 | 0.73 | 0 | 0.22 | 293.79 | 0.57 | 0.5 |
| Hex | B8 | 36 | C7 | 8 | 49 | 0 | 16 | 126 | 39 | 32 |
| Octal | 270 | 66 | 307 | 10 | 111 | 0 | 26 | 446 | 71 | 62 |
| Binary | 10111000 | 110110 | 11000111 | 1000 | 1001001 | 0 | 10110 | 100100110 | 111001 | 110010 |
Color Harmonies of #B836C7
Complementary color
Monochromatic Colors of #B836C7
Black with #B836C7
Text Example
Text Example
White with #B836C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836C7; }
p { color: rgb(184,54,199); }
H1.HeaderClassName
{
color: #B836C7;
}
.AnyTagClassName
{
color: #B836C7;
}
</style>
background-color css
<style>
a { background-color: #B836C7; }
a { background-color: rgb(184,54,199); }
div.DivClassName
{
background-color: #B836C7;
}
.BgClassName
{
background-color: #B836C7;
}
</style>
border-color css
<style>
span { border-color: #B836C7; }
span { border-color: rgb(184,54,199); }
td.TdClassName
{
border-color: #B836C7;
}
.TagClassName
{
border-color: #B836C7;
}
</style>