Shades of Fuchsia #B152C1
Tints of Fuchsia #B152C1
RGB
CMYK
RGB Variations
Color information
#B152C1 (or 0xB152C1) is known color: Fuchsia. HEX triplet: B1, 52 and C1. RGB value is (177,82,193). Sum of RGB (Red+Green+Blue) = 177+82+193=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #B152C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152C1 is #4EAD3E. Grayscale: #7A7A7A. Windows color (decimal): -5156159 or 12669617. OLE color: 12669617.
HSL color Cylindrical-coordinate representation of color #B152C1: hue angle of 291.35º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B152C1 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 82 | 193 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.24 |
| HSL | 291.35º | 0.47% | 0.54% | - |
| HSV(B) | 291.35º | 0.58% | 0.76% | - |
| XYZ | 30.77 | 19.23 | 52.54 | - |
| YUV | 123.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 193 | 0.08 | 0.58 | 0 | 0.24 | 291.35 | 0.47 | 0.54 |
| Hex | B1 | 52 | C1 | 8 | 3A | 0 | 18 | 123 | 2F | 36 |
| Octal | 261 | 122 | 301 | 10 | 72 | 0 | 30 | 443 | 57 | 66 |
| Binary | 10110001 | 1010010 | 11000001 | 1000 | 111010 | 0 | 11000 | 100100011 | 101111 | 110110 |
Color Harmonies of #B152C1
Complementary color
Monochromatic Colors of #B152C1
Black with #B152C1
Text Example
Text Example
White with #B152C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B152C1; }
p { color: rgb(177,82,193); }
H1.HeaderClassName
{
color: #B152C1;
}
.AnyTagClassName
{
color: #B152C1;
}
</style>
background-color css
<style>
a { background-color: #B152C1; }
a { background-color: rgb(177,82,193); }
div.DivClassName
{
background-color: #B152C1;
}
.BgClassName
{
background-color: #B152C1;
}
</style>
border-color css
<style>
span { border-color: #B152C1; }
span { border-color: rgb(177,82,193); }
td.TdClassName
{
border-color: #B152C1;
}
.TagClassName
{
border-color: #B152C1;
}
</style>