Shades of Fuchsia #BC5DBB
Tints of Fuchsia #BC5DBB
RGB
CMYK
RGB Variations
Color information
#BC5DBB (or 0xBC5DBB) is known color: Fuchsia. HEX triplet: BC, 5D and BB. RGB value is (188,93,187). Sum of RGB (Red+Green+Blue) = 188+93+187=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DBB is #43A244. Grayscale: #838383. Windows color (decimal): -4432453 or 12279228. OLE color: 12279228.
HSL color Cylindrical-coordinate representation of color #BC5DBB: hue angle of 300.63º 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 #BC5DBB is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 187 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.26 |
| HSL | 300.63º | 0.41% | 0.55% | - |
| HSV(B) | 300.63º | 0.51% | 0.74% | - |
| XYZ | 33.62 | 22.11 | 49.51 | - |
| YUV | 132.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 187 | 0 | 0.51 | 0.01 | 0.26 | 300.63 | 0.41 | 0.55 |
| Hex | BC | 5D | BB | 0 | 33 | 1 | 1A | 12D | 29 | 37 |
| Octal | 274 | 135 | 273 | 0 | 63 | 1 | 32 | 455 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10111011 | 0 | 110011 | 1 | 11010 | 100101101 | 101001 | 110111 |
Color Harmonies of #BC5DBB
Complementary color
Monochromatic Colors of #BC5DBB
Black with #BC5DBB
Text Example
Text Example
White with #BC5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DBB; }
p { color: rgb(188,93,187); }
H1.HeaderClassName
{
color: #BC5DBB;
}
.AnyTagClassName
{
color: #BC5DBB;
}
</style>
background-color css
<style>
a { background-color: #BC5DBB; }
a { background-color: rgb(188,93,187); }
div.DivClassName
{
background-color: #BC5DBB;
}
.BgClassName
{
background-color: #BC5DBB;
}
</style>
border-color css
<style>
span { border-color: #BC5DBB; }
span { border-color: rgb(188,93,187); }
td.TdClassName
{
border-color: #BC5DBB;
}
.TagClassName
{
border-color: #BC5DBB;
}
</style>