Shades of Fuchsia #BC33BB
Tints of Fuchsia #BC33BB
RGB
CMYK
RGB Variations
Color information
#BC33BB (or 0xBC33BB) is known color: Fuchsia. HEX triplet: BC, 33 and BB. RGB value is (188,51,187). Sum of RGB (Red+Green+Blue) = 188+51+187=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33BB is #43CC44. Grayscale: #6B6B6B. Windows color (decimal): -4443205 or 12268476. OLE color: 12268476.
HSL color Cylindrical-coordinate representation of color #BC33BB: hue angle of 300.44º 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 #BC33BB is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 187 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.26 |
| HSL | 300.44º | 0.57% | 0.47% | - |
| HSV(B) | 300.44º | 0.73% | 0.74% | - |
| XYZ | 30.89 | 16.65 | 48.6 | - |
| YUV | 107.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 187 | 0 | 0.73 | 0.01 | 0.26 | 300.44 | 0.57 | 0.47 |
| Hex | BC | 33 | BB | 0 | 49 | 1 | 1A | 12C | 39 | 2F |
| Octal | 274 | 63 | 273 | 0 | 111 | 1 | 32 | 454 | 71 | 57 |
| Binary | 10111100 | 110011 | 10111011 | 0 | 1001001 | 1 | 11010 | 100101100 | 111001 | 101111 |
Color Harmonies of #BC33BB
Complementary color
Monochromatic Colors of #BC33BB
Black with #BC33BB
Text Example
Text Example
White with #BC33BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33BB; }
p { color: rgb(188,51,187); }
H1.HeaderClassName
{
color: #BC33BB;
}
.AnyTagClassName
{
color: #BC33BB;
}
</style>
background-color css
<style>
a { background-color: #BC33BB; }
a { background-color: rgb(188,51,187); }
div.DivClassName
{
background-color: #BC33BB;
}
.BgClassName
{
background-color: #BC33BB;
}
</style>
border-color css
<style>
span { border-color: #BC33BB; }
span { border-color: rgb(188,51,187); }
td.TdClassName
{
border-color: #BC33BB;
}
.TagClassName
{
border-color: #BC33BB;
}
</style>