Shades of Fuchsia #BC33B5
Tints of Fuchsia #BC33B5
RGB
CMYK
RGB Variations
Color information
#BC33B5 (or 0xBC33B5) is known color: Fuchsia. HEX triplet: BC, 33 and B5. RGB value is (188,51,181). Sum of RGB (Red+Green+Blue) = 188+51+181=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33B5 is #43CC4A. Grayscale: #6A6A6A. Windows color (decimal): -4443211 or 11875260. OLE color: 11875260.
HSL color Cylindrical-coordinate representation of color #BC33B5: hue angle of 303.07º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC33B5 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 181 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.26 |
| HSL | 303.07º | 0.57% | 0.47% | - |
| HSV(B) | 303.07º | 0.73% | 0.74% | - |
| XYZ | 30.26 | 16.4 | 45.29 | - |
| YUV | 106.78 | 169.89 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 181 | 0 | 0.73 | 0.04 | 0.26 | 303.07 | 0.57 | 0.47 |
| Hex | BC | 33 | B5 | 0 | 49 | 4 | 1A | 12F | 39 | 2F |
| Octal | 274 | 63 | 265 | 0 | 111 | 4 | 32 | 457 | 71 | 57 |
| Binary | 10111100 | 110011 | 10110101 | 0 | 1001001 | 100 | 11010 | 100101111 | 111001 | 101111 |
Color Harmonies of #BC33B5
Complementary color
Monochromatic Colors of #BC33B5
Black with #BC33B5
Text Example
Text Example
White with #BC33B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33B5; }
p { color: rgb(188,51,181); }
H1.HeaderClassName
{
color: #BC33B5;
}
.AnyTagClassName
{
color: #BC33B5;
}
</style>
background-color css
<style>
a { background-color: #BC33B5; }
a { background-color: rgb(188,51,181); }
div.DivClassName
{
background-color: #BC33B5;
}
.BgClassName
{
background-color: #BC33B5;
}
</style>
border-color css
<style>
span { border-color: #BC33B5; }
span { border-color: rgb(188,51,181); }
td.TdClassName
{
border-color: #BC33B5;
}
.TagClassName
{
border-color: #BC33B5;
}
</style>