Shades of Heliotrope #BB6AF3
Tints of Heliotrope #BB6AF3
RGB
CMYK
RGB Variations
Color information
#BB6AF3 (or 0xBB6AF3) is known color: Heliotrope. HEX triplet: BB, 6A and F3. RGB value is (187,106,243). Sum of RGB (Red+Green+Blue) = 187+106+243=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB6AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6AF3 is #44950C. Grayscale: #919191. Windows color (decimal): -4494605 or 15952571. OLE color: 15952571.
HSL color Cylindrical-coordinate representation of color #BB6AF3: hue angle of 275.47º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6AF3 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 106 | 243 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.05 |
| HSL | 275.47º | 0.85% | 0.68% | - |
| HSV(B) | 275.47º | 0.56% | 0.95% | - |
| XYZ | 41.83 | 27.34 | 87.87 | - |
| YUV | 145.84 | 182.84 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 243 | 0.23 | 0.56 | 0 | 0.05 | 275.47 | 0.85 | 0.68 |
| Hex | BB | 6A | F3 | 17 | 38 | 0 | 5 | 113 | 55 | 44 |
| Octal | 273 | 152 | 363 | 27 | 70 | 0 | 5 | 423 | 125 | 104 |
| Binary | 10111011 | 1101010 | 11110011 | 10111 | 111000 | 0 | 101 | 100010011 | 1010101 | 1000100 |
Color Harmonies of #BB6AF3
Complementary color
Monochromatic Colors of #BB6AF3
Black with #BB6AF3
Text Example
Text Example
White with #BB6AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6AF3; }
p { color: rgb(187,106,243); }
H1.HeaderClassName
{
color: #BB6AF3;
}
.AnyTagClassName
{
color: #BB6AF3;
}
</style>
background-color css
<style>
a { background-color: #BB6AF3; }
a { background-color: rgb(187,106,243); }
div.DivClassName
{
background-color: #BB6AF3;
}
.BgClassName
{
background-color: #BB6AF3;
}
</style>
border-color css
<style>
span { border-color: #BB6AF3; }
span { border-color: rgb(187,106,243); }
td.TdClassName
{
border-color: #BB6AF3;
}
.TagClassName
{
border-color: #BB6AF3;
}
</style>