Shades of Heliotrope #BB6AF5
Tints of Heliotrope #BB6AF5
RGB
CMYK
RGB Variations
Color information
#BB6AF5 (or 0xBB6AF5) is known color: Heliotrope. HEX triplet: BB, 6A and F5. RGB value is (187,106,245). Sum of RGB (Red+Green+Blue) = 187+106+245=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB6AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6AF5 is #44950A. Grayscale: #919191. Windows color (decimal): -4494603 or 16083643. OLE color: 16083643.
HSL color Cylindrical-coordinate representation of color #BB6AF5: hue angle of 274.96º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB6AF5 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 106 | 245 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.04 |
| HSL | 274.96º | 0.87% | 0.69% | - |
| HSV(B) | 274.96º | 0.57% | 0.96% | - |
| XYZ | 42.13 | 27.47 | 89.47 | - |
| YUV | 146.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 245 | 0.24 | 0.57 | 0 | 0.04 | 274.96 | 0.87 | 0.69 |
| Hex | BB | 6A | F5 | 18 | 39 | 0 | 4 | 113 | 57 | 45 |
| Octal | 273 | 152 | 365 | 30 | 71 | 0 | 4 | 423 | 127 | 105 |
| Binary | 10111011 | 1101010 | 11110101 | 11000 | 111001 | 0 | 100 | 100010011 | 1010111 | 1000101 |
Color Harmonies of #BB6AF5
Complementary color
Monochromatic Colors of #BB6AF5
Black with #BB6AF5
Text Example
Text Example
White with #BB6AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6AF5; }
p { color: rgb(187,106,245); }
H1.HeaderClassName
{
color: #BB6AF5;
}
.AnyTagClassName
{
color: #BB6AF5;
}
</style>
background-color css
<style>
a { background-color: #BB6AF5; }
a { background-color: rgb(187,106,245); }
div.DivClassName
{
background-color: #BB6AF5;
}
.BgClassName
{
background-color: #BB6AF5;
}
</style>
border-color css
<style>
span { border-color: #BB6AF5; }
span { border-color: rgb(187,106,245); }
td.TdClassName
{
border-color: #BB6AF5;
}
.TagClassName
{
border-color: #BB6AF5;
}
</style>