Shades of Fuchsia #BC36BA
Tints of Fuchsia #BC36BA
RGB
CMYK
RGB Variations
Color information
#BC36BA (or 0xBC36BA) is known color: Fuchsia. HEX triplet: BC, 36 and BA. RGB value is (188,54,186). Sum of RGB (Red+Green+Blue) = 188+54+186=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC36BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36BA is #43C945. Grayscale: #6C6C6C. Windows color (decimal): -4442438 or 12203708. OLE color: 12203708.
HSL color Cylindrical-coordinate representation of color #BC36BA: hue angle of 300.9º 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 #BC36BA is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 186 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.26 |
| HSL | 300.9º | 0.55% | 0.47% | - |
| HSV(B) | 300.9º | 0.71% | 0.74% | - |
| XYZ | 30.92 | 16.87 | 48.08 | - |
| YUV | 109.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 186 | 0 | 0.71 | 0.01 | 0.26 | 300.9 | 0.55 | 0.47 |
| Hex | BC | 36 | BA | 0 | 47 | 1 | 1A | 12D | 37 | 2F |
| Octal | 274 | 66 | 272 | 0 | 107 | 1 | 32 | 455 | 67 | 57 |
| Binary | 10111100 | 110110 | 10111010 | 0 | 1000111 | 1 | 11010 | 100101101 | 110111 | 101111 |
Color Harmonies of #BC36BA
Complementary color
Monochromatic Colors of #BC36BA
Black with #BC36BA
Text Example
Text Example
White with #BC36BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36BA; }
p { color: rgb(188,54,186); }
H1.HeaderClassName
{
color: #BC36BA;
}
.AnyTagClassName
{
color: #BC36BA;
}
</style>
background-color css
<style>
a { background-color: #BC36BA; }
a { background-color: rgb(188,54,186); }
div.DivClassName
{
background-color: #BC36BA;
}
.BgClassName
{
background-color: #BC36BA;
}
</style>
border-color css
<style>
span { border-color: #BC36BA; }
span { border-color: rgb(188,54,186); }
td.TdClassName
{
border-color: #BC36BA;
}
.TagClassName
{
border-color: #BC36BA;
}
</style>