Shades of Fuchsia #B439C5
Tints of Fuchsia #B439C5
RGB
CMYK
RGB Variations
Color information
#B439C5 (or 0xB439C5) is known color: Fuchsia. HEX triplet: B4, 39 and C5. RGB value is (180,57,197). Sum of RGB (Red+Green+Blue) = 180+57+197=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #B439C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439C5 is #4BC63A. Grayscale: #6D6D6D. Windows color (decimal): -4965947 or 12925364. OLE color: 12925364.
HSL color Cylindrical-coordinate representation of color #B439C5: hue angle of 292.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B439C5 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 57 | 197 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.23 |
| HSL | 292.71º | 0.55% | 0.5% | - |
| HSV(B) | 292.71º | 0.71% | 0.77% | - |
| XYZ | 30.36 | 16.66 | 54.44 | - |
| YUV | 109.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 197 | 0.09 | 0.71 | 0 | 0.23 | 292.71 | 0.55 | 0.5 |
| Hex | B4 | 39 | C5 | 9 | 47 | 0 | 17 | 125 | 37 | 32 |
| Octal | 264 | 71 | 305 | 11 | 107 | 0 | 27 | 445 | 67 | 62 |
| Binary | 10110100 | 111001 | 11000101 | 1001 | 1000111 | 0 | 10111 | 100100101 | 110111 | 110010 |
Color Harmonies of #B439C5
Complementary color
Monochromatic Colors of #B439C5
Black with #B439C5
Text Example
Text Example
White with #B439C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B439C5; }
p { color: rgb(180,57,197); }
H1.HeaderClassName
{
color: #B439C5;
}
.AnyTagClassName
{
color: #B439C5;
}
</style>
background-color css
<style>
a { background-color: #B439C5; }
a { background-color: rgb(180,57,197); }
div.DivClassName
{
background-color: #B439C5;
}
.BgClassName
{
background-color: #B439C5;
}
</style>
border-color css
<style>
span { border-color: #B439C5; }
span { border-color: rgb(180,57,197); }
td.TdClassName
{
border-color: #B439C5;
}
.TagClassName
{
border-color: #B439C5;
}
</style>