Shades of Heliotrope #BB7BF2
Tints of Heliotrope #BB7BF2
RGB
CMYK
RGB Variations
Color information
#BB7BF2 (or 0xBB7BF2) is known color: Heliotrope. HEX triplet: BB, 7B and F2. RGB value is (187,123,242). Sum of RGB (Red+Green+Blue) = 187+123+242=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB7BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7BF2 is #44840D. Grayscale: #9B9B9B. Windows color (decimal): -4490254 or 15891387. OLE color: 15891387.
HSL color Cylindrical-coordinate representation of color #BB7BF2: hue angle of 272.27º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB7BF2 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 123 | 242 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.05 |
| HSL | 272.27º | 0.82% | 0.72% | - |
| HSV(B) | 272.27º | 0.49% | 0.95% | - |
| XYZ | 43.6 | 31.14 | 87.72 | - |
| YUV | 155.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 242 | 0.23 | 0.49 | 0 | 0.05 | 272.27 | 0.82 | 0.72 |
| Hex | BB | 7B | F2 | 17 | 31 | 0 | 5 | 110 | 52 | 48 |
| Octal | 273 | 173 | 362 | 27 | 61 | 0 | 5 | 420 | 122 | 110 |
| Binary | 10111011 | 1111011 | 11110010 | 10111 | 110001 | 0 | 101 | 100010000 | 1010010 | 1001000 |
Color Harmonies of #BB7BF2
Complementary color
Monochromatic Colors of #BB7BF2
Black with #BB7BF2
Text Example
Text Example
White with #BB7BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BF2; }
p { color: rgb(187,123,242); }
H1.HeaderClassName
{
color: #BB7BF2;
}
.AnyTagClassName
{
color: #BB7BF2;
}
</style>
background-color css
<style>
a { background-color: #BB7BF2; }
a { background-color: rgb(187,123,242); }
div.DivClassName
{
background-color: #BB7BF2;
}
.BgClassName
{
background-color: #BB7BF2;
}
</style>
border-color css
<style>
span { border-color: #BB7BF2; }
span { border-color: rgb(187,123,242); }
td.TdClassName
{
border-color: #BB7BF2;
}
.TagClassName
{
border-color: #BB7BF2;
}
</style>