Shades of Fuchsia #BB3DB0
Tints of Fuchsia #BB3DB0
RGB
CMYK
RGB Variations
Color information
#BB3DB0 (or 0xBB3DB0) is known color: Fuchsia. HEX triplet: BB, 3D and B0. RGB value is (187,61,176). Sum of RGB (Red+Green+Blue) = 187+61+176=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3DB0 is #44C24F. Grayscale: #6F6F6F. Windows color (decimal): -4506192 or 11550139. OLE color: 11550139.
HSL color Cylindrical-coordinate representation of color #BB3DB0: hue angle of 305.24º 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 #BB3DB0 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 176 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.27 |
| HSL | 305.24º | 0.51% | 0.49% | - |
| HSV(B) | 305.24º | 0.67% | 0.73% | - |
| XYZ | 30 | 17.04 | 42.78 | - |
| YUV | 111.78 | 164.24 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 176 | 0 | 0.67 | 0.06 | 0.27 | 305.24 | 0.51 | 0.49 |
| Hex | BB | 3D | B0 | 0 | 43 | 6 | 1B | 131 | 33 | 31 |
| Octal | 273 | 75 | 260 | 0 | 103 | 6 | 33 | 461 | 63 | 61 |
| Binary | 10111011 | 111101 | 10110000 | 0 | 1000011 | 110 | 11011 | 100110001 | 110011 | 110001 |
Color Harmonies of #BB3DB0
Complementary color
Monochromatic Colors of #BB3DB0
Black with #BB3DB0
Text Example
Text Example
White with #BB3DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3DB0; }
p { color: rgb(187,61,176); }
H1.HeaderClassName
{
color: #BB3DB0;
}
.AnyTagClassName
{
color: #BB3DB0;
}
</style>
background-color css
<style>
a { background-color: #BB3DB0; }
a { background-color: rgb(187,61,176); }
div.DivClassName
{
background-color: #BB3DB0;
}
.BgClassName
{
background-color: #BB3DB0;
}
</style>
border-color css
<style>
span { border-color: #BB3DB0; }
span { border-color: rgb(187,61,176); }
td.TdClassName
{
border-color: #BB3DB0;
}
.TagClassName
{
border-color: #BB3DB0;
}
</style>