Shades of Fuchsia #BB73C3
Tints of Fuchsia #BB73C3
RGB
CMYK
RGB Variations
Color information
#BB73C3 (or 0xBB73C3) is known color: Fuchsia. HEX triplet: BB, 73 and C3. RGB value is (187,115,195). Sum of RGB (Red+Green+Blue) = 187+115+195=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB73C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73C3 is #448C3C. Grayscale: #919191. Windows color (decimal): -4492349 or 12809147. OLE color: 12809147.
HSL color Cylindrical-coordinate representation of color #BB73C3: hue angle of 294º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB73C3 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 115 | 195 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.24 |
| HSL | 294º | 0.4% | 0.61% | - |
| HSV(B) | 294º | 0.41% | 0.76% | - |
| XYZ | 36.47 | 26.77 | 54.87 | - |
| YUV | 145.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 195 | 0.04 | 0.41 | 0 | 0.24 | 294 | 0.4 | 0.61 |
| Hex | BB | 73 | C3 | 4 | 29 | 0 | 18 | 126 | 28 | 3D |
| Octal | 273 | 163 | 303 | 4 | 51 | 0 | 30 | 446 | 50 | 75 |
| Binary | 10111011 | 1110011 | 11000011 | 100 | 101001 | 0 | 11000 | 100100110 | 101000 | 111101 |
Color Harmonies of #BB73C3
Complementary color
Monochromatic Colors of #BB73C3
Black with #BB73C3
Text Example
Text Example
White with #BB73C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73C3; }
p { color: rgb(187,115,195); }
H1.HeaderClassName
{
color: #BB73C3;
}
.AnyTagClassName
{
color: #BB73C3;
}
</style>
background-color css
<style>
a { background-color: #BB73C3; }
a { background-color: rgb(187,115,195); }
div.DivClassName
{
background-color: #BB73C3;
}
.BgClassName
{
background-color: #BB73C3;
}
</style>
border-color css
<style>
span { border-color: #BB73C3; }
span { border-color: rgb(187,115,195); }
td.TdClassName
{
border-color: #BB73C3;
}
.TagClassName
{
border-color: #BB73C3;
}
</style>