Shades of Fuchsia #B152C0
Tints of Fuchsia #B152C0
RGB
CMYK
RGB Variations
Color information
#B152C0 (or 0xB152C0) is known color: Fuchsia. HEX triplet: B1, 52 and C0. RGB value is (177,82,192). Sum of RGB (Red+Green+Blue) = 177+82+192=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #B152C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152C0 is #4EAD3F. Grayscale: #7A7A7A. Windows color (decimal): -5156160 or 12604081. OLE color: 12604081.
HSL color Cylindrical-coordinate representation of color #B152C0: hue angle of 291.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B152C0 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 82 | 192 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.25 |
| HSL | 291.82º | 0.47% | 0.54% | - |
| HSV(B) | 291.82º | 0.57% | 0.75% | - |
| XYZ | 30.66 | 19.19 | 51.96 | - |
| YUV | 122.95 | 166.97 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 192 | 0.08 | 0.57 | 0 | 0.25 | 291.82 | 0.47 | 0.54 |
| Hex | B1 | 52 | C0 | 8 | 39 | 0 | 19 | 124 | 2F | 36 |
| Octal | 261 | 122 | 300 | 10 | 71 | 0 | 31 | 444 | 57 | 66 |
| Binary | 10110001 | 1010010 | 11000000 | 1000 | 111001 | 0 | 11001 | 100100100 | 101111 | 110110 |
Color Harmonies of #B152C0
Complementary color
Monochromatic Colors of #B152C0
Black with #B152C0
Text Example
Text Example
White with #B152C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B152C0; }
p { color: rgb(177,82,192); }
H1.HeaderClassName
{
color: #B152C0;
}
.AnyTagClassName
{
color: #B152C0;
}
</style>
background-color css
<style>
a { background-color: #B152C0; }
a { background-color: rgb(177,82,192); }
div.DivClassName
{
background-color: #B152C0;
}
.BgClassName
{
background-color: #B152C0;
}
</style>
border-color css
<style>
span { border-color: #B152C0; }
span { border-color: rgb(177,82,192); }
td.TdClassName
{
border-color: #B152C0;
}
.TagClassName
{
border-color: #B152C0;
}
</style>