Shades of Fuchsia #B245C3
Tints of Fuchsia #B245C3
RGB
CMYK
RGB Variations
Color information
#B245C3 (or 0xB245C3) is known color: Fuchsia. HEX triplet: B2, 45 and C3. RGB value is (178,69,195). Sum of RGB (Red+Green+Blue) = 178+69+195=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #B245C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245C3 is #4DBA3C. Grayscale: #737373. Windows color (decimal): -5093949 or 12797362. OLE color: 12797362.
HSL color Cylindrical-coordinate representation of color #B245C3: hue angle of 291.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B245C3 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 69 | 195 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.24 |
| HSL | 291.9º | 0.51% | 0.52% | - |
| HSV(B) | 291.9º | 0.65% | 0.76% | - |
| XYZ | 30.34 | 17.66 | 53.44 | - |
| YUV | 115.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 195 | 0.09 | 0.65 | 0 | 0.24 | 291.9 | 0.51 | 0.52 |
| Hex | B2 | 45 | C3 | 9 | 41 | 0 | 18 | 124 | 33 | 34 |
| Octal | 262 | 105 | 303 | 11 | 101 | 0 | 30 | 444 | 63 | 64 |
| Binary | 10110010 | 1000101 | 11000011 | 1001 | 1000001 | 0 | 11000 | 100100100 | 110011 | 110100 |
Color Harmonies of #B245C3
Complementary color
Monochromatic Colors of #B245C3
Black with #B245C3
Text Example
Text Example
White with #B245C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B245C3; }
p { color: rgb(178,69,195); }
H1.HeaderClassName
{
color: #B245C3;
}
.AnyTagClassName
{
color: #B245C3;
}
</style>
background-color css
<style>
a { background-color: #B245C3; }
a { background-color: rgb(178,69,195); }
div.DivClassName
{
background-color: #B245C3;
}
.BgClassName
{
background-color: #B245C3;
}
</style>
border-color css
<style>
span { border-color: #B245C3; }
span { border-color: rgb(178,69,195); }
td.TdClassName
{
border-color: #B245C3;
}
.TagClassName
{
border-color: #B245C3;
}
</style>