Shades of Heliotrope #BB7AF3
Tints of Heliotrope #BB7AF3
RGB
CMYK
RGB Variations
Color information
#BB7AF3 (or 0xBB7AF3) is known color: Heliotrope. HEX triplet: BB, 7A and F3. RGB value is (187,122,243). Sum of RGB (Red+Green+Blue) = 187+122+243=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB7AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7AF3 is #44850C. Grayscale: #9A9A9A. Windows color (decimal): -4490509 or 15956667. OLE color: 15956667.
HSL color Cylindrical-coordinate representation of color #BB7AF3: hue angle of 272.23º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7AF3 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 122 | 243 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.05 |
| HSL | 272.23º | 0.83% | 0.72% | - |
| HSV(B) | 272.23º | 0.5% | 0.95% | - |
| XYZ | 43.63 | 30.95 | 88.47 | - |
| YUV | 155.23 | 177.53 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 243 | 0.23 | 0.50 | 0 | 0.05 | 272.23 | 0.83 | 0.72 |
| Hex | BB | 7A | F3 | 17 | 32 | 0 | 5 | 110 | 53 | 48 |
| Octal | 273 | 172 | 363 | 27 | 62 | 0 | 5 | 420 | 123 | 110 |
| Binary | 10111011 | 1111010 | 11110011 | 10111 | 110010 | 0 | 101 | 100010000 | 1010011 | 1001000 |
Color Harmonies of #BB7AF3
Complementary color
Monochromatic Colors of #BB7AF3
Black with #BB7AF3
Text Example
Text Example
White with #BB7AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7AF3; }
p { color: rgb(187,122,243); }
H1.HeaderClassName
{
color: #BB7AF3;
}
.AnyTagClassName
{
color: #BB7AF3;
}
</style>
background-color css
<style>
a { background-color: #BB7AF3; }
a { background-color: rgb(187,122,243); }
div.DivClassName
{
background-color: #BB7AF3;
}
.BgClassName
{
background-color: #BB7AF3;
}
</style>
border-color css
<style>
span { border-color: #BB7AF3; }
span { border-color: rgb(187,122,243); }
td.TdClassName
{
border-color: #BB7AF3;
}
.TagClassName
{
border-color: #BB7AF3;
}
</style>