Shades of Fuchsia #BC5DB8
Tints of Fuchsia #BC5DB8
RGB
CMYK
RGB Variations
Color information
#BC5DB8 (or 0xBC5DB8) is known color: Fuchsia. HEX triplet: BC, 5D and B8. RGB value is (188,93,184). Sum of RGB (Red+Green+Blue) = 188+93+184=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DB8 is #43A247. Grayscale: #838383. Windows color (decimal): -4432456 or 12082620. OLE color: 12082620.
HSL color Cylindrical-coordinate representation of color #BC5DB8: hue angle of 302.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5DB8 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 184 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.26 |
| HSL | 302.53º | 0.41% | 0.55% | - |
| HSV(B) | 302.53º | 0.51% | 0.74% | - |
| XYZ | 33.31 | 21.98 | 47.83 | - |
| YUV | 131.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 184 | 0 | 0.51 | 0.02 | 0.26 | 302.53 | 0.41 | 0.55 |
| Hex | BC | 5D | B8 | 0 | 33 | 2 | 1A | 12F | 29 | 37 |
| Octal | 274 | 135 | 270 | 0 | 63 | 2 | 32 | 457 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10111000 | 0 | 110011 | 10 | 11010 | 100101111 | 101001 | 110111 |
Color Harmonies of #BC5DB8
Complementary color
Monochromatic Colors of #BC5DB8
Black with #BC5DB8
Text Example
Text Example
White with #BC5DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DB8; }
p { color: rgb(188,93,184); }
H1.HeaderClassName
{
color: #BC5DB8;
}
.AnyTagClassName
{
color: #BC5DB8;
}
</style>
background-color css
<style>
a { background-color: #BC5DB8; }
a { background-color: rgb(188,93,184); }
div.DivClassName
{
background-color: #BC5DB8;
}
.BgClassName
{
background-color: #BC5DB8;
}
</style>
border-color css
<style>
span { border-color: #BC5DB8; }
span { border-color: rgb(188,93,184); }
td.TdClassName
{
border-color: #BC5DB8;
}
.TagClassName
{
border-color: #BC5DB8;
}
</style>