Shades of Fuchsia #BC70BD
Tints of Fuchsia #BC70BD
RGB
CMYK
RGB Variations
Color information
#BC70BD (or 0xBC70BD) is known color: Fuchsia. HEX triplet: BC, 70 and BD. RGB value is (188,112,189). Sum of RGB (Red+Green+Blue) = 188+112+189=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC70BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70BD is #438F42. Grayscale: #8F8F8F. Windows color (decimal): -4427587 or 12415164. OLE color: 12415164.
HSL color Cylindrical-coordinate representation of color #BC70BD: hue angle of 299.22º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC70BD is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 189 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.26 |
| HSL | 299.22º | 0.37% | 0.59% | - |
| HSV(B) | 299.22º | 0.41% | 0.74% | - |
| XYZ | 35.72 | 25.95 | 51.27 | - |
| YUV | 143.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 189 | 0.01 | 0.41 | 0 | 0.26 | 299.22 | 0.37 | 0.59 |
| Hex | BC | 70 | BD | 1 | 29 | 0 | 1A | 12B | 25 | 3B |
| Octal | 274 | 160 | 275 | 1 | 51 | 0 | 32 | 453 | 45 | 73 |
| Binary | 10111100 | 1110000 | 10111101 | 1 | 101001 | 0 | 11010 | 100101011 | 100101 | 111011 |
Color Harmonies of #BC70BD
Complementary color
Monochromatic Colors of #BC70BD
Black with #BC70BD
Text Example
Text Example
White with #BC70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70BD; }
p { color: rgb(188,112,189); }
H1.HeaderClassName
{
color: #BC70BD;
}
.AnyTagClassName
{
color: #BC70BD;
}
</style>
background-color css
<style>
a { background-color: #BC70BD; }
a { background-color: rgb(188,112,189); }
div.DivClassName
{
background-color: #BC70BD;
}
.BgClassName
{
background-color: #BC70BD;
}
</style>
border-color css
<style>
span { border-color: #BC70BD; }
span { border-color: rgb(188,112,189); }
td.TdClassName
{
border-color: #BC70BD;
}
.TagClassName
{
border-color: #BC70BD;
}
</style>