Shades of Fuchsia #B836C6
Tints of Fuchsia #B836C6
RGB
CMYK
RGB Variations
Color information
#B836C6 (or 0xB836C6) is known color: Fuchsia. HEX triplet: B8, 36 and C6. RGB value is (184,54,198). Sum of RGB (Red+Green+Blue) = 184+54+198=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #B836C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836C6 is #47C939. Grayscale: #6C6C6C. Windows color (decimal): -4704570 or 12990136. OLE color: 12990136.
HSL color Cylindrical-coordinate representation of color #B836C6: hue angle of 294.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B836C6 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 54 | 198 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.22 |
| HSL | 294.17º | 0.57% | 0.49% | - |
| HSV(B) | 294.17º | 0.73% | 0.78% | - |
| XYZ | 31.28 | 16.91 | 55.04 | - |
| YUV | 109.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 198 | 0.07 | 0.73 | 0 | 0.22 | 294.17 | 0.57 | 0.49 |
| Hex | B8 | 36 | C6 | 7 | 49 | 0 | 16 | 126 | 39 | 31 |
| Octal | 270 | 66 | 306 | 7 | 111 | 0 | 26 | 446 | 71 | 61 |
| Binary | 10111000 | 110110 | 11000110 | 111 | 1001001 | 0 | 10110 | 100100110 | 111001 | 110001 |
Color Harmonies of #B836C6
Complementary color
Monochromatic Colors of #B836C6
Black with #B836C6
Text Example
Text Example
White with #B836C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836C6; }
p { color: rgb(184,54,198); }
H1.HeaderClassName
{
color: #B836C6;
}
.AnyTagClassName
{
color: #B836C6;
}
</style>
background-color css
<style>
a { background-color: #B836C6; }
a { background-color: rgb(184,54,198); }
div.DivClassName
{
background-color: #B836C6;
}
.BgClassName
{
background-color: #B836C6;
}
</style>
border-color css
<style>
span { border-color: #B836C6; }
span { border-color: rgb(184,54,198); }
td.TdClassName
{
border-color: #B836C6;
}
.TagClassName
{
border-color: #B836C6;
}
</style>