Shades of Fuchsia #BC36B9
Tints of Fuchsia #BC36B9
RGB
CMYK
RGB Variations
Color information
#BC36B9 (or 0xBC36B9) is known color: Fuchsia. HEX triplet: BC, 36 and B9. RGB value is (188,54,185). Sum of RGB (Red+Green+Blue) = 188+54+185=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC36B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36B9 is #43C946. Grayscale: #6C6C6C. Windows color (decimal): -4442439 or 12138172. OLE color: 12138172.
HSL color Cylindrical-coordinate representation of color #BC36B9: hue angle of 301.34º 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 #BC36B9 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 185 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.26 |
| HSL | 301.34º | 0.55% | 0.47% | - |
| HSV(B) | 301.34º | 0.71% | 0.74% | - |
| XYZ | 30.82 | 16.83 | 47.52 | - |
| YUV | 109 | 170.89 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 185 | 0 | 0.71 | 0.02 | 0.26 | 301.34 | 0.55 | 0.47 |
| Hex | BC | 36 | B9 | 0 | 47 | 2 | 1A | 12D | 37 | 2F |
| Octal | 274 | 66 | 271 | 0 | 107 | 2 | 32 | 455 | 67 | 57 |
| Binary | 10111100 | 110110 | 10111001 | 0 | 1000111 | 10 | 11010 | 100101101 | 110111 | 101111 |
Color Harmonies of #BC36B9
Complementary color
Monochromatic Colors of #BC36B9
Black with #BC36B9
Text Example
Text Example
White with #BC36B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36B9; }
p { color: rgb(188,54,185); }
H1.HeaderClassName
{
color: #BC36B9;
}
.AnyTagClassName
{
color: #BC36B9;
}
</style>
background-color css
<style>
a { background-color: #BC36B9; }
a { background-color: rgb(188,54,185); }
div.DivClassName
{
background-color: #BC36B9;
}
.BgClassName
{
background-color: #BC36B9;
}
</style>
border-color css
<style>
span { border-color: #BC36B9; }
span { border-color: rgb(188,54,185); }
td.TdClassName
{
border-color: #BC36B9;
}
.TagClassName
{
border-color: #BC36B9;
}
</style>