Shades of Fuchsia #BC67BB
Tints of Fuchsia #BC67BB
RGB
CMYK
RGB Variations
Color information
#BC67BB (or 0xBC67BB) is known color: Fuchsia. HEX triplet: BC, 67 and BB. RGB value is (188,103,187). Sum of RGB (Red+Green+Blue) = 188+103+187=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67BB is #439844. Grayscale: #898989. Windows color (decimal): -4429893 or 12281788. OLE color: 12281788.
HSL color Cylindrical-coordinate representation of color #BC67BB: hue angle of 300.71º 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 #BC67BB is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 187 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.26 |
| HSL | 300.71º | 0.39% | 0.57% | - |
| HSV(B) | 300.71º | 0.45% | 0.74% | - |
| XYZ | 34.56 | 23.98 | 49.82 | - |
| YUV | 137.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 187 | 0 | 0.45 | 0.01 | 0.26 | 300.71 | 0.39 | 0.57 |
| Hex | BC | 67 | BB | 0 | 2D | 1 | 1A | 12D | 27 | 39 |
| Octal | 274 | 147 | 273 | 0 | 55 | 1 | 32 | 455 | 47 | 71 |
| Binary | 10111100 | 1100111 | 10111011 | 0 | 101101 | 1 | 11010 | 100101101 | 100111 | 111001 |
Color Harmonies of #BC67BB
Complementary color
Monochromatic Colors of #BC67BB
Black with #BC67BB
Text Example
Text Example
White with #BC67BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67BB; }
p { color: rgb(188,103,187); }
H1.HeaderClassName
{
color: #BC67BB;
}
.AnyTagClassName
{
color: #BC67BB;
}
</style>
background-color css
<style>
a { background-color: #BC67BB; }
a { background-color: rgb(188,103,187); }
div.DivClassName
{
background-color: #BC67BB;
}
.BgClassName
{
background-color: #BC67BB;
}
</style>
border-color css
<style>
span { border-color: #BC67BB; }
span { border-color: rgb(188,103,187); }
td.TdClassName
{
border-color: #BC67BB;
}
.TagClassName
{
border-color: #BC67BB;
}
</style>