Shades of Fuchsia #BB53C8
Tints of Fuchsia #BB53C8
RGB
CMYK
RGB Variations
Color information
#BB53C8 (or 0xBB53C8) is known color: Fuchsia. HEX triplet: BB, 53 and C8. RGB value is (187,83,200). Sum of RGB (Red+Green+Blue) = 187+83+200=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB53C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53C8 is #44AC37. Grayscale: #7F7F7F. Windows color (decimal): -4500536 or 13128635. OLE color: 13128635.
HSL color Cylindrical-coordinate representation of color #BB53C8: hue angle of 293.33º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB53C8 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 83 | 200 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.22 |
| HSL | 293.33º | 0.52% | 0.55% | - |
| HSV(B) | 293.33º | 0.59% | 0.78% | - |
| XYZ | 34.01 | 20.92 | 56.89 | - |
| YUV | 127.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 200 | 0.06 | 0.58 | 0 | 0.22 | 293.33 | 0.52 | 0.55 |
| Hex | BB | 53 | C8 | 6 | 3A | 0 | 16 | 125 | 34 | 37 |
| Octal | 273 | 123 | 310 | 6 | 72 | 0 | 26 | 445 | 64 | 67 |
| Binary | 10111011 | 1010011 | 11001000 | 110 | 111010 | 0 | 10110 | 100100101 | 110100 | 110111 |
Color Harmonies of #BB53C8
Complementary color
Monochromatic Colors of #BB53C8
Black with #BB53C8
Text Example
Text Example
White with #BB53C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB53C8; }
p { color: rgb(187,83,200); }
H1.HeaderClassName
{
color: #BB53C8;
}
.AnyTagClassName
{
color: #BB53C8;
}
</style>
background-color css
<style>
a { background-color: #BB53C8; }
a { background-color: rgb(187,83,200); }
div.DivClassName
{
background-color: #BB53C8;
}
.BgClassName
{
background-color: #BB53C8;
}
</style>
border-color css
<style>
span { border-color: #BB53C8; }
span { border-color: rgb(187,83,200); }
td.TdClassName
{
border-color: #BB53C8;
}
.TagClassName
{
border-color: #BB53C8;
}
</style>