Shades of Fuchsia #BC52BC
Tints of Fuchsia #BC52BC
RGB
CMYK
RGB Variations
Color information
#BC52BC (or 0xBC52BC) is known color: Fuchsia. HEX triplet: BC, 52 and BC. RGB value is (188,82,188). Sum of RGB (Red+Green+Blue) = 188+82+188=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC52BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52BC is #43AD43. Grayscale: #7D7D7D. Windows color (decimal): -4435268 or 12341948. OLE color: 12341948.
HSL color Cylindrical-coordinate representation of color #BC52BC: hue angle of 300º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC52BC is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 188 | - |
| CMYK | 0 | 0.56 | 0 | 0.26 |
| HSL | 300º | 0.44% | 0.53% | - |
| HSV(B) | 300º | 0.56% | 0.74% | - |
| XYZ | 32.83 | 20.36 | 49.78 | - |
| YUV | 125.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 188 | 0 | 0.56 | 0 | 0.26 | 300 | 0.44 | 0.53 |
| Hex | BC | 52 | BC | 0 | 38 | 0 | 1A | 12C | 2C | 35 |
| Octal | 274 | 122 | 274 | 0 | 70 | 0 | 32 | 454 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10111100 | 0 | 111000 | 0 | 11010 | 100101100 | 101100 | 110101 |
Color Harmonies of #BC52BC
Complementary color
Monochromatic Colors of #BC52BC
Black with #BC52BC
Text Example
Text Example
White with #BC52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52BC; }
p { color: rgb(188,82,188); }
H1.HeaderClassName
{
color: #BC52BC;
}
.AnyTagClassName
{
color: #BC52BC;
}
</style>
background-color css
<style>
a { background-color: #BC52BC; }
a { background-color: rgb(188,82,188); }
div.DivClassName
{
background-color: #BC52BC;
}
.BgClassName
{
background-color: #BC52BC;
}
</style>
border-color css
<style>
span { border-color: #BC52BC; }
span { border-color: rgb(188,82,188); }
td.TdClassName
{
border-color: #BC52BC;
}
.TagClassName
{
border-color: #BC52BC;
}
</style>