Shades of Fuchsia #BB38B7
Tints of Fuchsia #BB38B7
RGB
CMYK
RGB Variations
Color information
#BB38B7 (or 0xBB38B7) is known color: Fuchsia. HEX triplet: BB, 38 and B7. RGB value is (187,56,183). Sum of RGB (Red+Green+Blue) = 187+56+183=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB38B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38B7 is #44C748. Grayscale: #6D6D6D. Windows color (decimal): -4507465 or 12007611. OLE color: 12007611.
HSL color Cylindrical-coordinate representation of color #BB38B7: hue angle of 301.83º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB38B7 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 183 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.27 |
| HSL | 301.83º | 0.54% | 0.48% | - |
| HSV(B) | 301.83º | 0.7% | 0.73% | - |
| XYZ | 30.45 | 16.81 | 46.44 | - |
| YUV | 109.65 | 169.4 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 183 | 0 | 0.70 | 0.02 | 0.27 | 301.83 | 0.54 | 0.48 |
| Hex | BB | 38 | B7 | 0 | 46 | 2 | 1B | 12E | 36 | 30 |
| Octal | 273 | 70 | 267 | 0 | 106 | 2 | 33 | 456 | 66 | 60 |
| Binary | 10111011 | 111000 | 10110111 | 0 | 1000110 | 10 | 11011 | 100101110 | 110110 | 110000 |
Color Harmonies of #BB38B7
Complementary color
Monochromatic Colors of #BB38B7
Black with #BB38B7
Text Example
Text Example
White with #BB38B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB38B7; }
p { color: rgb(187,56,183); }
H1.HeaderClassName
{
color: #BB38B7;
}
.AnyTagClassName
{
color: #BB38B7;
}
</style>
background-color css
<style>
a { background-color: #BB38B7; }
a { background-color: rgb(187,56,183); }
div.DivClassName
{
background-color: #BB38B7;
}
.BgClassName
{
background-color: #BB38B7;
}
</style>
border-color css
<style>
span { border-color: #BB38B7; }
span { border-color: rgb(187,56,183); }
td.TdClassName
{
border-color: #BB38B7;
}
.TagClassName
{
border-color: #BB38B7;
}
</style>