Shades of Fuchsia #BB6DB3
Tints of Fuchsia #BB6DB3
RGB
CMYK
RGB Variations
Color information
#BB6DB3 (or 0xBB6DB3) is known color: Fuchsia. HEX triplet: BB, 6D and B3. RGB value is (187,109,179). Sum of RGB (Red+Green+Blue) = 187+109+179=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DB3 is #44924C. Grayscale: #8C8C8C. Windows color (decimal): -4493901 or 11759035. OLE color: 11759035.
HSL color Cylindrical-coordinate representation of color #BB6DB3: hue angle of 306.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6DB3 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 179 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.27 |
| HSL | 306.15º | 0.36% | 0.58% | - |
| HSV(B) | 306.15º | 0.42% | 0.73% | - |
| XYZ | 34.1 | 24.76 | 45.63 | - |
| YUV | 140.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 179 | 0 | 0.42 | 0.04 | 0.27 | 306.15 | 0.36 | 0.58 |
| Hex | BB | 6D | B3 | 0 | 2A | 4 | 1B | 132 | 24 | 3A |
| Octal | 273 | 155 | 263 | 0 | 52 | 4 | 33 | 462 | 44 | 72 |
| Binary | 10111011 | 1101101 | 10110011 | 0 | 101010 | 100 | 11011 | 100110010 | 100100 | 111010 |
Color Harmonies of #BB6DB3
Complementary color
Monochromatic Colors of #BB6DB3
Black with #BB6DB3
Text Example
Text Example
White with #BB6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DB3; }
p { color: rgb(187,109,179); }
H1.HeaderClassName
{
color: #BB6DB3;
}
.AnyTagClassName
{
color: #BB6DB3;
}
</style>
background-color css
<style>
a { background-color: #BB6DB3; }
a { background-color: rgb(187,109,179); }
div.DivClassName
{
background-color: #BB6DB3;
}
.BgClassName
{
background-color: #BB6DB3;
}
</style>
border-color css
<style>
span { border-color: #BB6DB3; }
span { border-color: rgb(187,109,179); }
td.TdClassName
{
border-color: #BB6DB3;
}
.TagClassName
{
border-color: #BB6DB3;
}
</style>