Shades of Fuchsia #BC30B2
Tints of Fuchsia #BC30B2
RGB
CMYK
RGB Variations
Color information
#BC30B2 (or 0xBC30B2) is known color: Fuchsia. HEX triplet: BC, 30 and B2. RGB value is (188,48,178). Sum of RGB (Red+Green+Blue) = 188+48+178=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC30B2 is #43CF4D. Grayscale: #686868. Windows color (decimal): -4443982 or 11677884. OLE color: 11677884.
HSL color Cylindrical-coordinate representation of color #BC30B2: hue angle of 304.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC30B2 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 178 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.26 |
| HSL | 304.29º | 0.59% | 0.46% | - |
| HSV(B) | 304.29º | 0.74% | 0.74% | - |
| XYZ | 29.83 | 16.02 | 43.64 | - |
| YUV | 104.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 178 | 0 | 0.74 | 0.05 | 0.26 | 304.29 | 0.59 | 0.46 |
| Hex | BC | 30 | B2 | 0 | 4A | 5 | 1A | 130 | 3B | 2E |
| Octal | 274 | 60 | 262 | 0 | 112 | 5 | 32 | 460 | 73 | 56 |
| Binary | 10111100 | 110000 | 10110010 | 0 | 1001010 | 101 | 11010 | 100110000 | 111011 | 101110 |
Color Harmonies of #BC30B2
Complementary color
Monochromatic Colors of #BC30B2
Black with #BC30B2
Text Example
Text Example
White with #BC30B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30B2; }
p { color: rgb(188,48,178); }
H1.HeaderClassName
{
color: #BC30B2;
}
.AnyTagClassName
{
color: #BC30B2;
}
</style>
background-color css
<style>
a { background-color: #BC30B2; }
a { background-color: rgb(188,48,178); }
div.DivClassName
{
background-color: #BC30B2;
}
.BgClassName
{
background-color: #BC30B2;
}
</style>
border-color css
<style>
span { border-color: #BC30B2; }
span { border-color: rgb(188,48,178); }
td.TdClassName
{
border-color: #BC30B2;
}
.TagClassName
{
border-color: #BC30B2;
}
</style>