Shades of Fuchsia #BC67C3
Tints of Fuchsia #BC67C3
RGB
CMYK
RGB Variations
Color information
#BC67C3 (or 0xBC67C3) is known color: Fuchsia. HEX triplet: BC, 67 and C3. RGB value is (188,103,195). Sum of RGB (Red+Green+Blue) = 188+103+195=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC67C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67C3 is #43983C. Grayscale: #8A8A8A. Windows color (decimal): -4429885 or 12806076. OLE color: 12806076.
HSL color Cylindrical-coordinate representation of color #BC67C3: hue angle of 295.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC67C3 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 103 | 195 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.24 |
| HSL | 295.43º | 0.43% | 0.58% | - |
| HSV(B) | 295.43º | 0.47% | 0.76% | - |
| XYZ | 35.44 | 24.33 | 54.46 | - |
| YUV | 138.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 195 | 0.04 | 0.47 | 0 | 0.24 | 295.43 | 0.43 | 0.58 |
| Hex | BC | 67 | C3 | 4 | 2F | 0 | 18 | 127 | 2B | 3A |
| Octal | 274 | 147 | 303 | 4 | 57 | 0 | 30 | 447 | 53 | 72 |
| Binary | 10111100 | 1100111 | 11000011 | 100 | 101111 | 0 | 11000 | 100100111 | 101011 | 111010 |
Color Harmonies of #BC67C3
Complementary color
Monochromatic Colors of #BC67C3
Black with #BC67C3
Text Example
Text Example
White with #BC67C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67C3; }
p { color: rgb(188,103,195); }
H1.HeaderClassName
{
color: #BC67C3;
}
.AnyTagClassName
{
color: #BC67C3;
}
</style>
background-color css
<style>
a { background-color: #BC67C3; }
a { background-color: rgb(188,103,195); }
div.DivClassName
{
background-color: #BC67C3;
}
.BgClassName
{
background-color: #BC67C3;
}
</style>
border-color css
<style>
span { border-color: #BC67C3; }
span { border-color: rgb(188,103,195); }
td.TdClassName
{
border-color: #BC67C3;
}
.TagClassName
{
border-color: #BC67C3;
}
</style>