Shades of Fuchsia #B245BC
Tints of Fuchsia #B245BC
RGB
CMYK
RGB Variations
Color information
#B245BC (or 0xB245BC) is known color: Fuchsia. HEX triplet: B2, 45 and BC. RGB value is (178,69,188). Sum of RGB (Red+Green+Blue) = 178+69+188=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #B245BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245BC is #4DBA43. Grayscale: #727272. Windows color (decimal): -5093956 or 12338610. OLE color: 12338610.
HSL color Cylindrical-coordinate representation of color #B245BC: hue angle of 294.96º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B245BC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 69 | 188 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.26 |
| HSL | 294.96º | 0.47% | 0.5% | - |
| HSV(B) | 294.96º | 0.63% | 0.74% | - |
| XYZ | 29.57 | 17.35 | 49.37 | - |
| YUV | 115.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 188 | 0.05 | 0.63 | 0 | 0.26 | 294.96 | 0.47 | 0.5 |
| Hex | B2 | 45 | BC | 5 | 3F | 0 | 1A | 127 | 2F | 32 |
| Octal | 262 | 105 | 274 | 5 | 77 | 0 | 32 | 447 | 57 | 62 |
| Binary | 10110010 | 1000101 | 10111100 | 101 | 111111 | 0 | 11010 | 100100111 | 101111 | 110010 |
Color Harmonies of #B245BC
Complementary color
Monochromatic Colors of #B245BC
Black with #B245BC
Text Example
Text Example
White with #B245BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B245BC; }
p { color: rgb(178,69,188); }
H1.HeaderClassName
{
color: #B245BC;
}
.AnyTagClassName
{
color: #B245BC;
}
</style>
background-color css
<style>
a { background-color: #B245BC; }
a { background-color: rgb(178,69,188); }
div.DivClassName
{
background-color: #B245BC;
}
.BgClassName
{
background-color: #B245BC;
}
</style>
border-color css
<style>
span { border-color: #B245BC; }
span { border-color: rgb(178,69,188); }
td.TdClassName
{
border-color: #B245BC;
}
.TagClassName
{
border-color: #B245BC;
}
</style>