Shades of Heliotrope #BB6FF3
Tints of Heliotrope #BB6FF3
RGB
CMYK
RGB Variations
Color information
#BB6FF3 (or 0xBB6FF3) is known color: Heliotrope. HEX triplet: BB, 6F and F3. RGB value is (187,111,243). Sum of RGB (Red+Green+Blue) = 187+111+243=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB6FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FF3 is #44900C. Grayscale: #949494. Windows color (decimal): -4493325 or 15953851. OLE color: 15953851.
HSL color Cylindrical-coordinate representation of color #BB6FF3: hue angle of 274.55º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6FF3 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 111 | 243 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.05 |
| HSL | 274.55º | 0.85% | 0.69% | - |
| HSV(B) | 274.55º | 0.54% | 0.95% | - |
| XYZ | 42.36 | 28.4 | 88.04 | - |
| YUV | 148.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 243 | 0.23 | 0.54 | 0 | 0.05 | 274.55 | 0.85 | 0.69 |
| Hex | BB | 6F | F3 | 17 | 36 | 0 | 5 | 113 | 55 | 45 |
| Octal | 273 | 157 | 363 | 27 | 66 | 0 | 5 | 423 | 125 | 105 |
| Binary | 10111011 | 1101111 | 11110011 | 10111 | 110110 | 0 | 101 | 100010011 | 1010101 | 1000101 |
Color Harmonies of #BB6FF3
Complementary color
Monochromatic Colors of #BB6FF3
Black with #BB6FF3
Text Example
Text Example
White with #BB6FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6FF3; }
p { color: rgb(187,111,243); }
H1.HeaderClassName
{
color: #BB6FF3;
}
.AnyTagClassName
{
color: #BB6FF3;
}
</style>
background-color css
<style>
a { background-color: #BB6FF3; }
a { background-color: rgb(187,111,243); }
div.DivClassName
{
background-color: #BB6FF3;
}
.BgClassName
{
background-color: #BB6FF3;
}
</style>
border-color css
<style>
span { border-color: #BB6FF3; }
span { border-color: rgb(187,111,243); }
td.TdClassName
{
border-color: #BB6FF3;
}
.TagClassName
{
border-color: #BB6FF3;
}
</style>