Shades of Fuchsia #B836BC
Tints of Fuchsia #B836BC
RGB
CMYK
RGB Variations
Color information
#B836BC (or 0xB836BC) is known color: Fuchsia. HEX triplet: B8, 36 and BC. RGB value is (184,54,188). Sum of RGB (Red+Green+Blue) = 184+54+188=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #B836BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836BC is #47C943. Grayscale: #6B6B6B. Windows color (decimal): -4704580 or 12334776. OLE color: 12334776.
HSL color Cylindrical-coordinate representation of color #B836BC: hue angle of 298.21º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B836BC is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 54 | 188 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.26 |
| HSL | 298.21º | 0.55% | 0.47% | - |
| HSV(B) | 298.21º | 0.71% | 0.74% | - |
| XYZ | 30.16 | 16.46 | 49.16 | - |
| YUV | 108.15 | 173.07 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 188 | 0.02 | 0.71 | 0 | 0.26 | 298.21 | 0.55 | 0.47 |
| Hex | B8 | 36 | BC | 2 | 47 | 0 | 1A | 12A | 37 | 2F |
| Octal | 270 | 66 | 274 | 2 | 107 | 0 | 32 | 452 | 67 | 57 |
| Binary | 10111000 | 110110 | 10111100 | 10 | 1000111 | 0 | 11010 | 100101010 | 110111 | 101111 |
Color Harmonies of #B836BC
Complementary color
Monochromatic Colors of #B836BC
Black with #B836BC
Text Example
Text Example
White with #B836BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836BC; }
p { color: rgb(184,54,188); }
H1.HeaderClassName
{
color: #B836BC;
}
.AnyTagClassName
{
color: #B836BC;
}
</style>
background-color css
<style>
a { background-color: #B836BC; }
a { background-color: rgb(184,54,188); }
div.DivClassName
{
background-color: #B836BC;
}
.BgClassName
{
background-color: #B836BC;
}
</style>
border-color css
<style>
span { border-color: #B836BC; }
span { border-color: rgb(184,54,188); }
td.TdClassName
{
border-color: #B836BC;
}
.TagClassName
{
border-color: #B836BC;
}
</style>