Shades of Fuchsia #BB65BA
Tints of Fuchsia #BB65BA
RGB
CMYK
RGB Variations
Color information
#BB65BA (or 0xBB65BA) is known color: Fuchsia. HEX triplet: BB, 65 and BA. RGB value is (187,101,186). Sum of RGB (Red+Green+Blue) = 187+101+186=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65BA is #449A45. Grayscale: #888888. Windows color (decimal): -4495942 or 12215739. OLE color: 12215739.
HSL color Cylindrical-coordinate representation of color #BB65BA: hue angle of 300.7º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB65BA is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 186 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.27 |
| HSL | 300.7º | 0.39% | 0.56% | - |
| HSV(B) | 300.7º | 0.46% | 0.73% | - |
| XYZ | 34.01 | 23.42 | 49.18 | - |
| YUV | 136.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 186 | 0 | 0.46 | 0.01 | 0.27 | 300.7 | 0.39 | 0.56 |
| Hex | BB | 65 | BA | 0 | 2E | 1 | 1B | 12D | 27 | 38 |
| Octal | 273 | 145 | 272 | 0 | 56 | 1 | 33 | 455 | 47 | 70 |
| Binary | 10111011 | 1100101 | 10111010 | 0 | 101110 | 1 | 11011 | 100101101 | 100111 | 111000 |
Color Harmonies of #BB65BA
Complementary color
Monochromatic Colors of #BB65BA
Black with #BB65BA
Text Example
Text Example
White with #BB65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB65BA; }
p { color: rgb(187,101,186); }
H1.HeaderClassName
{
color: #BB65BA;
}
.AnyTagClassName
{
color: #BB65BA;
}
</style>
background-color css
<style>
a { background-color: #BB65BA; }
a { background-color: rgb(187,101,186); }
div.DivClassName
{
background-color: #BB65BA;
}
.BgClassName
{
background-color: #BB65BA;
}
</style>
border-color css
<style>
span { border-color: #BB65BA; }
span { border-color: rgb(187,101,186); }
td.TdClassName
{
border-color: #BB65BA;
}
.TagClassName
{
border-color: #BB65BA;
}
</style>