Shades of Fuchsia #BB3DB8
Tints of Fuchsia #BB3DB8
RGB
CMYK
RGB Variations
Color information
#BB3DB8 (or 0xBB3DB8) is known color: Fuchsia. HEX triplet: BB, 3D and B8. RGB value is (187,61,184). Sum of RGB (Red+Green+Blue) = 187+61+184=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DB8 is #44C247. Grayscale: #707070. Windows color (decimal): -4506184 or 12074427. OLE color: 12074427.
HSL color Cylindrical-coordinate representation of color #BB3DB8: hue angle of 301.43º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3DB8 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 184 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.27 |
| HSL | 301.43º | 0.51% | 0.49% | - |
| HSV(B) | 301.43º | 0.67% | 0.73% | - |
| XYZ | 30.81 | 17.36 | 47.07 | - |
| YUV | 112.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 184 | 0 | 0.67 | 0.02 | 0.27 | 301.43 | 0.51 | 0.49 |
| Hex | BB | 3D | B8 | 0 | 43 | 2 | 1B | 12D | 33 | 31 |
| Octal | 273 | 75 | 270 | 0 | 103 | 2 | 33 | 455 | 63 | 61 |
| Binary | 10111011 | 111101 | 10111000 | 0 | 1000011 | 10 | 11011 | 100101101 | 110011 | 110001 |
Color Harmonies of #BB3DB8
Complementary color
Monochromatic Colors of #BB3DB8
Black with #BB3DB8
Text Example
Text Example
White with #BB3DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3DB8; }
p { color: rgb(187,61,184); }
H1.HeaderClassName
{
color: #BB3DB8;
}
.AnyTagClassName
{
color: #BB3DB8;
}
</style>
background-color css
<style>
a { background-color: #BB3DB8; }
a { background-color: rgb(187,61,184); }
div.DivClassName
{
background-color: #BB3DB8;
}
.BgClassName
{
background-color: #BB3DB8;
}
</style>
border-color css
<style>
span { border-color: #BB3DB8; }
span { border-color: rgb(187,61,184); }
td.TdClassName
{
border-color: #BB3DB8;
}
.TagClassName
{
border-color: #BB3DB8;
}
</style>