Shades of Fuchsia #BC67BA
Tints of Fuchsia #BC67BA
RGB
CMYK
RGB Variations
Color information
#BC67BA (or 0xBC67BA) is known color: Fuchsia. HEX triplet: BC, 67 and BA. RGB value is (188,103,186). Sum of RGB (Red+Green+Blue) = 188+103+186=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67BA is #439845. Grayscale: #898989. Windows color (decimal): -4429894 or 12216252. OLE color: 12216252.
HSL color Cylindrical-coordinate representation of color #BC67BA: hue angle of 301.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC67BA is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 186 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.26 |
| HSL | 301.41º | 0.39% | 0.57% | - |
| HSV(B) | 301.41º | 0.45% | 0.74% | - |
| XYZ | 34.45 | 23.94 | 49.26 | - |
| YUV | 137.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 186 | 0 | 0.45 | 0.01 | 0.26 | 301.41 | 0.39 | 0.57 |
| Hex | BC | 67 | BA | 0 | 2D | 1 | 1A | 12D | 27 | 39 |
| Octal | 274 | 147 | 272 | 0 | 55 | 1 | 32 | 455 | 47 | 71 |
| Binary | 10111100 | 1100111 | 10111010 | 0 | 101101 | 1 | 11010 | 100101101 | 100111 | 111001 |
Color Harmonies of #BC67BA
Complementary color
Monochromatic Colors of #BC67BA
Black with #BC67BA
Text Example
Text Example
White with #BC67BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67BA; }
p { color: rgb(188,103,186); }
H1.HeaderClassName
{
color: #BC67BA;
}
.AnyTagClassName
{
color: #BC67BA;
}
</style>
background-color css
<style>
a { background-color: #BC67BA; }
a { background-color: rgb(188,103,186); }
div.DivClassName
{
background-color: #BC67BA;
}
.BgClassName
{
background-color: #BC67BA;
}
</style>
border-color css
<style>
span { border-color: #BC67BA; }
span { border-color: rgb(188,103,186); }
td.TdClassName
{
border-color: #BC67BA;
}
.TagClassName
{
border-color: #BC67BA;
}
</style>