Shades of Fuchsia #B44CBE
Tints of Fuchsia #B44CBE
RGB
CMYK
RGB Variations
Color information
#B44CBE (or 0xB44CBE) is known color: Fuchsia. HEX triplet: B4, 4C and BE. RGB value is (180,76,190). Sum of RGB (Red+Green+Blue) = 180+76+190=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #B44CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CBE is #4BB341. Grayscale: #777777. Windows color (decimal): -4961090 or 12471476. OLE color: 12471476.
HSL color Cylindrical-coordinate representation of color #B44CBE: hue angle of 294.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44CBE is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 76 | 190 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.25 |
| HSL | 294.74º | 0.47% | 0.52% | - |
| HSV(B) | 294.74º | 0.6% | 0.75% | - |
| XYZ | 30.7 | 18.59 | 50.69 | - |
| YUV | 120.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 190 | 0.05 | 0.60 | 0 | 0.25 | 294.74 | 0.47 | 0.52 |
| Hex | B4 | 4C | BE | 5 | 3C | 0 | 19 | 127 | 2F | 34 |
| Octal | 264 | 114 | 276 | 5 | 74 | 0 | 31 | 447 | 57 | 64 |
| Binary | 10110100 | 1001100 | 10111110 | 101 | 111100 | 0 | 11001 | 100100111 | 101111 | 110100 |
Color Harmonies of #B44CBE
Complementary color
Monochromatic Colors of #B44CBE
Black with #B44CBE
Text Example
Text Example
White with #B44CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44CBE; }
p { color: rgb(180,76,190); }
H1.HeaderClassName
{
color: #B44CBE;
}
.AnyTagClassName
{
color: #B44CBE;
}
</style>
background-color css
<style>
a { background-color: #B44CBE; }
a { background-color: rgb(180,76,190); }
div.DivClassName
{
background-color: #B44CBE;
}
.BgClassName
{
background-color: #B44CBE;
}
</style>
border-color css
<style>
span { border-color: #B44CBE; }
span { border-color: rgb(180,76,190); }
td.TdClassName
{
border-color: #B44CBE;
}
.TagClassName
{
border-color: #B44CBE;
}
</style>