Shades of Fuchsia #BB30BE
Tints of Fuchsia #BB30BE
RGB
CMYK
RGB Variations
Color information
#BB30BE (or 0xBB30BE) is known color: Fuchsia. HEX triplet: BB, 30 and BE. RGB value is (187,48,190). Sum of RGB (Red+Green+Blue) = 187+48+190=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB30BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30BE is #44CF41. Grayscale: #696969. Windows color (decimal): -4509506 or 12464315. OLE color: 12464315.
HSL color Cylindrical-coordinate representation of color #BB30BE: hue angle of 298.73º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB30BE is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 48 | 190 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.25 |
| HSL | 298.73º | 0.6% | 0.47% | - |
| HSV(B) | 298.73º | 0.75% | 0.75% | - |
| XYZ | 30.84 | 16.4 | 50.25 | - |
| YUV | 105.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 190 | 0.02 | 0.75 | 0 | 0.25 | 298.73 | 0.6 | 0.47 |
| Hex | BB | 30 | BE | 2 | 4B | 0 | 19 | 12B | 3C | 2F |
| Octal | 273 | 60 | 276 | 2 | 113 | 0 | 31 | 453 | 74 | 57 |
| Binary | 10111011 | 110000 | 10111110 | 10 | 1001011 | 0 | 11001 | 100101011 | 111100 | 101111 |
Color Harmonies of #BB30BE
Complementary color
Monochromatic Colors of #BB30BE
Black with #BB30BE
Text Example
Text Example
White with #BB30BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30BE; }
p { color: rgb(187,48,190); }
H1.HeaderClassName
{
color: #BB30BE;
}
.AnyTagClassName
{
color: #BB30BE;
}
</style>
background-color css
<style>
a { background-color: #BB30BE; }
a { background-color: rgb(187,48,190); }
div.DivClassName
{
background-color: #BB30BE;
}
.BgClassName
{
background-color: #BB30BE;
}
</style>
border-color css
<style>
span { border-color: #BB30BE; }
span { border-color: rgb(187,48,190); }
td.TdClassName
{
border-color: #BB30BE;
}
.TagClassName
{
border-color: #BB30BE;
}
</style>