Shades of Fuchsia #B245B0
Tints of Fuchsia #B245B0
RGB
CMYK
RGB Variations
Color information
#B245B0 (or 0xB245B0) is known color: Fuchsia. HEX triplet: B2, 45 and B0. RGB value is (178,69,176). Sum of RGB (Red+Green+Blue) = 178+69+176=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B245B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B245B0 is #4DBA4F. Grayscale: #717171. Windows color (decimal): -5093968 or 11552178. OLE color: 11552178.
HSL color Cylindrical-coordinate representation of color #B245B0: hue angle of 301.1º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B245B0 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 69 | 176 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.30 |
| HSL | 301.1º | 0.44% | 0.48% | - |
| HSV(B) | 301.1º | 0.61% | 0.7% | - |
| XYZ | 28.32 | 16.86 | 42.83 | - |
| YUV | 113.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 176 | 0 | 0.61 | 0.01 | 0.30 | 301.1 | 0.44 | 0.48 |
| Hex | B2 | 45 | B0 | 0 | 3D | 1 | 1E | 12D | 2C | 30 |
| Octal | 262 | 105 | 260 | 0 | 75 | 1 | 36 | 455 | 54 | 60 |
| Binary | 10110010 | 1000101 | 10110000 | 0 | 111101 | 1 | 11110 | 100101101 | 101100 | 110000 |
Color Harmonies of #B245B0
Complementary color
Monochromatic Colors of #B245B0
Black with #B245B0
Text Example
Text Example
White with #B245B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B245B0; }
p { color: rgb(178,69,176); }
H1.HeaderClassName
{
color: #B245B0;
}
.AnyTagClassName
{
color: #B245B0;
}
</style>
background-color css
<style>
a { background-color: #B245B0; }
a { background-color: rgb(178,69,176); }
div.DivClassName
{
background-color: #B245B0;
}
.BgClassName
{
background-color: #B245B0;
}
</style>
border-color css
<style>
span { border-color: #B245B0; }
span { border-color: rgb(178,69,176); }
td.TdClassName
{
border-color: #B245B0;
}
.TagClassName
{
border-color: #B245B0;
}
</style>