Shades of Fuchsia #B451C0
Tints of Fuchsia #B451C0
RGB
CMYK
RGB Variations
Color information
#B451C0 (or 0xB451C0) is known color: Fuchsia. HEX triplet: B4, 51 and C0. RGB value is (180,81,192). Sum of RGB (Red+Green+Blue) = 180+81+192=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #B451C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451C0 is #4BAE3F. Grayscale: #7A7A7A. Windows color (decimal): -4959808 or 12603828. OLE color: 12603828.
HSL color Cylindrical-coordinate representation of color #B451C0: hue angle of 293.51º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B451C0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 81 | 192 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.25 |
| HSL | 293.51º | 0.47% | 0.54% | - |
| HSV(B) | 293.51º | 0.58% | 0.75% | - |
| XYZ | 31.28 | 19.39 | 51.96 | - |
| YUV | 123.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 192 | 0.06 | 0.58 | 0 | 0.25 | 293.51 | 0.47 | 0.54 |
| Hex | B4 | 51 | C0 | 6 | 3A | 0 | 19 | 126 | 2F | 36 |
| Octal | 264 | 121 | 300 | 6 | 72 | 0 | 31 | 446 | 57 | 66 |
| Binary | 10110100 | 1010001 | 11000000 | 110 | 111010 | 0 | 11001 | 100100110 | 101111 | 110110 |
Color Harmonies of #B451C0
Complementary color
Monochromatic Colors of #B451C0
Black with #B451C0
Text Example
Text Example
White with #B451C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B451C0; }
p { color: rgb(180,81,192); }
H1.HeaderClassName
{
color: #B451C0;
}
.AnyTagClassName
{
color: #B451C0;
}
</style>
background-color css
<style>
a { background-color: #B451C0; }
a { background-color: rgb(180,81,192); }
div.DivClassName
{
background-color: #B451C0;
}
.BgClassName
{
background-color: #B451C0;
}
</style>
border-color css
<style>
span { border-color: #B451C0; }
span { border-color: rgb(180,81,192); }
td.TdClassName
{
border-color: #B451C0;
}
.TagClassName
{
border-color: #B451C0;
}
</style>