Shades of Fuchsia #B245BD
Tints of Fuchsia #B245BD
RGB
CMYK
RGB Variations
Color information
#B245BD (or 0xB245BD) is known color: Fuchsia. HEX triplet: B2, 45 and BD. RGB value is (178,69,189). Sum of RGB (Red+Green+Blue) = 178+69+189=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #B245BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245BD is #4DBA42. Grayscale: #727272. Windows color (decimal): -5093955 or 12404146. OLE color: 12404146.
HSL color Cylindrical-coordinate representation of color #B245BD: hue angle of 294.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B245BD is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 69 | 189 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.26 |
| HSL | 294.5º | 0.48% | 0.51% | - |
| HSV(B) | 294.5º | 0.63% | 0.74% | - |
| XYZ | 29.67 | 17.4 | 49.94 | - |
| YUV | 115.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 189 | 0.06 | 0.63 | 0 | 0.26 | 294.5 | 0.48 | 0.51 |
| Hex | B2 | 45 | BD | 6 | 3F | 0 | 1A | 126 | 30 | 33 |
| Octal | 262 | 105 | 275 | 6 | 77 | 0 | 32 | 446 | 60 | 63 |
| Binary | 10110010 | 1000101 | 10111101 | 110 | 111111 | 0 | 11010 | 100100110 | 110000 | 110011 |
Color Harmonies of #B245BD
Complementary color
Monochromatic Colors of #B245BD
Black with #B245BD
Text Example
Text Example
White with #B245BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B245BD; }
p { color: rgb(178,69,189); }
H1.HeaderClassName
{
color: #B245BD;
}
.AnyTagClassName
{
color: #B245BD;
}
</style>
background-color css
<style>
a { background-color: #B245BD; }
a { background-color: rgb(178,69,189); }
div.DivClassName
{
background-color: #B245BD;
}
.BgClassName
{
background-color: #B245BD;
}
</style>
border-color css
<style>
span { border-color: #B245BD; }
span { border-color: rgb(178,69,189); }
td.TdClassName
{
border-color: #B245BD;
}
.TagClassName
{
border-color: #B245BD;
}
</style>