Shades of Fuchsia #BB55C1
Tints of Fuchsia #BB55C1
RGB
CMYK
RGB Variations
Color information
#BB55C1 (or 0xBB55C1) is known color: Fuchsia. HEX triplet: BB, 55 and C1. RGB value is (187,85,193). Sum of RGB (Red+Green+Blue) = 187+85+193=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB55C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55C1 is #44AA3E. Grayscale: #7F7F7F. Windows color (decimal): -4500031 or 12670395. OLE color: 12670395.
HSL color Cylindrical-coordinate representation of color #BB55C1: hue angle of 296.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB55C1 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 85 | 193 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.24 |
| HSL | 296.67º | 0.47% | 0.55% | - |
| HSV(B) | 296.67º | 0.56% | 0.76% | - |
| XYZ | 33.37 | 20.91 | 52.73 | - |
| YUV | 127.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 193 | 0.03 | 0.56 | 0 | 0.24 | 296.67 | 0.47 | 0.55 |
| Hex | BB | 55 | C1 | 3 | 38 | 0 | 18 | 129 | 2F | 37 |
| Octal | 273 | 125 | 301 | 3 | 70 | 0 | 30 | 451 | 57 | 67 |
| Binary | 10111011 | 1010101 | 11000001 | 11 | 111000 | 0 | 11000 | 100101001 | 101111 | 110111 |
Color Harmonies of #BB55C1
Complementary color
Monochromatic Colors of #BB55C1
Black with #BB55C1
Text Example
Text Example
White with #BB55C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55C1; }
p { color: rgb(187,85,193); }
H1.HeaderClassName
{
color: #BB55C1;
}
.AnyTagClassName
{
color: #BB55C1;
}
</style>
background-color css
<style>
a { background-color: #BB55C1; }
a { background-color: rgb(187,85,193); }
div.DivClassName
{
background-color: #BB55C1;
}
.BgClassName
{
background-color: #BB55C1;
}
</style>
border-color css
<style>
span { border-color: #BB55C1; }
span { border-color: rgb(187,85,193); }
td.TdClassName
{
border-color: #BB55C1;
}
.TagClassName
{
border-color: #BB55C1;
}
</style>