Shades of Fuchsia #BB6CBD
Tints of Fuchsia #BB6CBD
RGB
CMYK
RGB Variations
Color information
#BB6CBD (or 0xBB6CBD) is known color: Fuchsia. HEX triplet: BB, 6C and BD. RGB value is (187,108,189). Sum of RGB (Red+Green+Blue) = 187+108+189=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB6CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CBD is #449342. Grayscale: #8C8C8C. Windows color (decimal): -4494147 or 12414139. OLE color: 12414139.
HSL color Cylindrical-coordinate representation of color #BB6CBD: hue angle of 298.52º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6CBD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 108 | 189 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.26 |
| HSL | 298.52º | 0.38% | 0.58% | - |
| HSV(B) | 298.52º | 0.43% | 0.74% | - |
| XYZ | 35.04 | 24.96 | 51.12 | - |
| YUV | 140.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 189 | 0.01 | 0.43 | 0 | 0.26 | 298.52 | 0.38 | 0.58 |
| Hex | BB | 6C | BD | 1 | 2B | 0 | 1A | 12B | 26 | 3A |
| Octal | 273 | 154 | 275 | 1 | 53 | 0 | 32 | 453 | 46 | 72 |
| Binary | 10111011 | 1101100 | 10111101 | 1 | 101011 | 0 | 11010 | 100101011 | 100110 | 111010 |
Color Harmonies of #BB6CBD
Complementary color
Monochromatic Colors of #BB6CBD
Black with #BB6CBD
Text Example
Text Example
White with #BB6CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CBD; }
p { color: rgb(187,108,189); }
H1.HeaderClassName
{
color: #BB6CBD;
}
.AnyTagClassName
{
color: #BB6CBD;
}
</style>
background-color css
<style>
a { background-color: #BB6CBD; }
a { background-color: rgb(187,108,189); }
div.DivClassName
{
background-color: #BB6CBD;
}
.BgClassName
{
background-color: #BB6CBD;
}
</style>
border-color css
<style>
span { border-color: #BB6CBD; }
span { border-color: rgb(187,108,189); }
td.TdClassName
{
border-color: #BB6CBD;
}
.TagClassName
{
border-color: #BB6CBD;
}
</style>