Shades of Heliotrope #BB6FFD
Tints of Heliotrope #BB6FFD
RGB
CMYK
RGB Variations
Color information
#BB6FFD (or 0xBB6FFD) is known color: Heliotrope. HEX triplet: BB, 6F and FD. RGB value is (187,111,253). Sum of RGB (Red+Green+Blue) = 187+111+253=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB6FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FFD is #449002. Grayscale: #959595. Windows color (decimal): -4493315 or 16609211. OLE color: 16609211.
HSL color Cylindrical-coordinate representation of color #BB6FFD: hue angle of 272.11º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6FFD is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 111 | 253 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.01 |
| HSL | 272.11º | 0.97% | 0.71% | - |
| HSV(B) | 272.11º | 0.56% | 0.99% | - |
| XYZ | 43.91 | 29.03 | 96.22 | - |
| YUV | 149.91 | 186.18 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 253 | 0.26 | 0.56 | 0 | 0.01 | 272.11 | 0.97 | 0.71 |
| Hex | BB | 6F | FD | 1A | 38 | 0 | 1 | 110 | 61 | 47 |
| Octal | 273 | 157 | 375 | 32 | 70 | 0 | 1 | 420 | 141 | 107 |
| Binary | 10111011 | 1101111 | 11111101 | 11010 | 111000 | 0 | 1 | 100010000 | 1100001 | 1000111 |
Color Harmonies of #BB6FFD
Complementary color
Monochromatic Colors of #BB6FFD
Black with #BB6FFD
Text Example
Text Example
White with #BB6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6FFD; }
p { color: rgb(187,111,253); }
H1.HeaderClassName
{
color: #BB6FFD;
}
.AnyTagClassName
{
color: #BB6FFD;
}
</style>
background-color css
<style>
a { background-color: #BB6FFD; }
a { background-color: rgb(187,111,253); }
div.DivClassName
{
background-color: #BB6FFD;
}
.BgClassName
{
background-color: #BB6FFD;
}
</style>
border-color css
<style>
span { border-color: #BB6FFD; }
span { border-color: rgb(187,111,253); }
td.TdClassName
{
border-color: #BB6FFD;
}
.TagClassName
{
border-color: #BB6FFD;
}
</style>