Shades of Heliotrope #BB6CFD
Tints of Heliotrope #BB6CFD
RGB
CMYK
RGB Variations
Color information
#BB6CFD (or 0xBB6CFD) is known color: Heliotrope. HEX triplet: BB, 6C and FD. RGB value is (187,108,253). Sum of RGB (Red+Green+Blue) = 187+108+253=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB6CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6CFD is #449302. Grayscale: #939393. Windows color (decimal): -4494083 or 16608443. OLE color: 16608443.
HSL color Cylindrical-coordinate representation of color #BB6CFD: hue angle of 272.69º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB6CFD is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 108 | 253 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.01 |
| HSL | 272.69º | 0.97% | 0.71% | - |
| HSV(B) | 272.69º | 0.57% | 0.99% | - |
| XYZ | 43.59 | 28.38 | 96.11 | - |
| YUV | 148.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 253 | 0.26 | 0.57 | 0 | 0.01 | 272.69 | 0.97 | 0.71 |
| Hex | BB | 6C | FD | 1A | 39 | 0 | 1 | 111 | 61 | 47 |
| Octal | 273 | 154 | 375 | 32 | 71 | 0 | 1 | 421 | 141 | 107 |
| Binary | 10111011 | 1101100 | 11111101 | 11010 | 111001 | 0 | 1 | 100010001 | 1100001 | 1000111 |
Color Harmonies of #BB6CFD
Complementary color
Monochromatic Colors of #BB6CFD
Black with #BB6CFD
Text Example
Text Example
White with #BB6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CFD; }
p { color: rgb(187,108,253); }
H1.HeaderClassName
{
color: #BB6CFD;
}
.AnyTagClassName
{
color: #BB6CFD;
}
</style>
background-color css
<style>
a { background-color: #BB6CFD; }
a { background-color: rgb(187,108,253); }
div.DivClassName
{
background-color: #BB6CFD;
}
.BgClassName
{
background-color: #BB6CFD;
}
</style>
border-color css
<style>
span { border-color: #BB6CFD; }
span { border-color: rgb(187,108,253); }
td.TdClassName
{
border-color: #BB6CFD;
}
.TagClassName
{
border-color: #BB6CFD;
}
</style>